• src/sbbs3/getkey.cpp inkey.cpp sbbs.h

    From rswindell to CVS commit on Sunday, May 03, 2020 22:35:59
    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.