comparison src/.gdbinit @ 5403:0e488f8ef02c

Delete `show env TERMCAP'.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jan 1994 15:11:38 +0000
parents 177aaa70734d
children 19aacadabdc0
comparison
equal deleted inserted replaced
5402:a9b528e5abe6 5403:0e488f8ef02c
165 set print pretty on 165 set print pretty on
166 set print sevenbit-strings 166 set print sevenbit-strings
167 167
168 show environment DISPLAY 168 show environment DISPLAY
169 show environment TERM 169 show environment TERM
170 show environment TERMCAP
171 set args -geometry 80x40+0+0 170 set args -geometry 80x40+0+0
172 171
173 # Don't let abort actually run, as it will make 172 # Don't let abort actually run, as it will make
174 # stdio stop working and therefore the `pr' command above as well. 173 # stdio stop working and therefore the `pr' command above as well.
175 break abort 174 break abort