# HG changeset patch # User Richard M. Stallman # Date 744795701 0 # Node ID 177aaa70734d1a08e7b13c370160453f6ce035c5 # Parent 3ab31f82a5293ac57dd6de9413f490587007341b Don't put -q in args. Don't unset TERM and TERMCAP--show them instead. diff -r 3ab31f82a529 -r 177aaa70734d src/.gdbinit --- 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.