Subj : CVS commit src/sbbs3/getkey.cpp inkey.cpp main.cpp sbbs.h To : All From : rswindell Date : Fri Sep 02 2005 02:07 pm src/sbbs3 getkey.cpp 1.31 1.32 inkey.cpp 1.24 1.25 main.cpp 1.396 1.397 sbbs.h 1.259 1.260 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv5693 Modified Files: getkey.cpp inkey.cpp main.cpp sbbs.h Log Message: Cleaned-up the whole ungetkey/keybuf stuff: ungetkey() now puts keys directly into the input ring buffer (no more keybuf). handle_ctrlkey() no longer pushes entire unsupported ANSI escape sequence into the input buffer (causing an infinite loop). .