comparison 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
comparison
equal deleted inserted replaced
4486:3ab31f82a529 4487:177aaa70734d
163 end 163 end
164 164
165 set print pretty on 165 set print pretty on
166 set print sevenbit-strings 166 set print sevenbit-strings
167 167
168 unset environment TERMCAP
169 unset environment TERM
170 echo TERMCAP and TERM environment variables unset.\n
171 show environment DISPLAY 168 show environment DISPLAY
172 set args -q -geometry 80x40+0+0 169 show environment TERM
170 show environment TERMCAP
171 set args -geometry 80x40+0+0
173 172
174 # Don't let abort actually run, as it will make 173 # Don't let abort actually run, as it will make
175 # stdio stop working and therefore the `pr' command above as well. 174 # stdio stop working and therefore the `pr' command above as well.
176 break abort 175 break abort
177 176