diff options
-rw-r--r-- | src/.gdbinit | 7 |
1 files 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. |