diff src/.gdbinit @ 4487:177aaa70734d

Don't put -q in args. Don't unset TERM and TERMCAP--show them instead.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Aug 1993 07:41:41 +0000
parents 0795ced6013f
children 0e488f8ef02c
line wrap: on
line diff
--- a/src/.gdbinit	Sun Aug 08 07:21:22 1993 +0000
+++ b/src/.gdbinit	Sun Aug 08 07:41:41 1993 +0000
@@ -165,11 +165,10 @@
 set print pretty on
 set print sevenbit-strings
 
-unset environment TERMCAP
-unset environment TERM
-echo TERMCAP and TERM environment variables unset.\n
 show environment DISPLAY
-set args -q -geometry 80x40+0+0
+show environment TERM
+show environment TERMCAP
+set args -geometry 80x40+0+0
 
 # Don't let abort actually run, as it will make
 # stdio stop working and therefore the `pr' command above as well.