K 10 svn:author V 5 joerg K 8 svn:date V 27 1996-08-12T21:31:07.000000Z K 7 svn:log V 380 Fix two minor oddities introduced by my yesterday's patches: . preserve a multi-char sequence in a small static buffer inside pccngetc(), so it won't be clobbered later (used to happen when breaking into DDB user Ctrl-Alt-ESC), and . simplify the ``keystroke is present'' determination in sgetc(), thus making pccncheck() actually working without waiting for a keystroke. END