New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.

(KdUseMsg): Add help for -nozap and -rgba switches.
Declare.
Honour dontZap flag.
This commit is contained in:
Phil Blundell
2004-11-13 16:41:00 +00:00
parent 3b0dce3620
commit 36d9e01c0d
3 changed files with 11 additions and 2 deletions

View File

@@ -1209,7 +1209,8 @@ KdCheckSpecialKeys(xEvent *xE)
* Set the dispatch exception flag so the server will terminate the
* next time through the dispatch loop.
*/
dispatchException |= DE_TERMINATE;
if (kdDontZap == FALSE)
dispatchException |= DE_TERMINATE;
break;
}
}