Subj : src/sbbs3/getkey.cpp inkey.cpp sbbs.h To : CVS commit From : rswindell Date : Sun May 03 2020 10:35 pm src/sbbs3 getkey.cpp 1.59 1.60 inkey.cpp 1.66 1.67 sbbs.h 1.564 1.565 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs:/tmp/cvs-serv20615 Modified Files: getkey.cpp inkey.cpp sbbs.h Log Message: When inkey() receives an ANSI escape sequence it doesn't need to consume, put the consumed characters into the keyboard buffer *ahead* of whatever else is in the keyboard buffer already. Uses new ungetkey() insert mode option. .