From d4505ad388545db49f33a491c1c4c909ccec1414 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 27 Mar 2001 04:01:32 +0000 Subject: [PATCH] make gdb screens infinitely high so it doesn't stop output and wait --- source/.gdbinit | 1 + 1 file changed, 1 insertion(+) diff --git a/source/.gdbinit b/source/.gdbinit index 2b007e2..aaa3a83 100644 --- a/source/.gdbinit +++ b/source/.gdbinit @@ -1 +1,2 @@ set args -nosound -nodga +set _windowed_mouse 0 +set height 0