]> code.citadel.org Git - citadel.git/commit
* Eliminated the whole SIGINT/SIGQUIT based handling of Ctrl-O and Ctrl-C
authorArt Cancro <ajc@citadel.org>
Sun, 9 Jul 2000 02:27:03 +0000 (02:27 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 9 Jul 2000 02:27:03 +0000 (02:27 +0000)
commit0efa17a9955266acd1f51023bd6e87d62f111b87
tree5d4b63d0443c6559991f3a064da6e2d68faac2e1
parentc144da784bcf45ef9cb0dc6434a745a9d8a16b00
* Eliminated the whole SIGINT/SIGQUIT based handling of Ctrl-O and Ctrl-C
  keyboard interrupts.  Replaced with a non-blocking check for keyboard input
  which sets the global variable 'sigcaught' if either key was pressed.
  fmout() and pprintf() switch to 'drain mode' if sigcaught is set.
  This closes Bug #18.
citadel/ChangeLog
citadel/citadel.c
citadel/commands.c
citadel/commands.h
citadel/rooms.c
citadel/routines.c