From 6f5d1a4f5200f5f68801fa4637cd79df30f95a08 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 Aug 1993 07:41:41 +0000 Subject: [PATCH] Don't put -q in args. Don't unset TERM and TERMCAP--show them instead. --- src/.gdbinit | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/.gdbinit b/src/.gdbinit index 3c164581212..a6fde0afbd2 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -165,11 +165,10 @@ end 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. -- 2.39.5