diff src/.gdbinit @ 67027:e40cac65496b

Revert unwanted changes.
author Andreas Schwab <schwab@suse.de>
date Sat, 19 Nov 2005 22:31:15 +0000
parents 2385088bbb84
children e1b75b063ab8 69e184bbba16
line wrap: on
line diff
--- a/src/.gdbinit	Sat Nov 19 21:09:10 2005 +0000
+++ b/src/.gdbinit	Sat Nov 19 22:31:15 2005 +0000
@@ -29,7 +29,7 @@
 # This has one unfortunate effect: you can't type C-c
 # at the GDB to stop Emacs, when using X.
 # However, C-z works just as well in that case.
-#handle 2 noprint pass
+handle 2 noprint pass
 
 # Make it work like SIGINT normally does.
 handle SIGTSTP nopass
@@ -762,7 +762,7 @@
 
 show environment DISPLAY
 show environment TERM
-#set args -geometry 80x40+0+0
+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.