From rswindell@1:103/705 to CVS commit on Sat Jul 28 21:53:09 2018
src/sbbs3 sbbs.h 1.485 1.486 getstr.cpp 1.31 1.32 js_console.cpp 1.116 1.117 Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv8009
Modified Files:
sbbs.h getstr.cpp js_console.cpp
Log Message:
getstr() - both the C++ and JS (console method) versions, now accept an additional, optional, "history" argument - an array of strings that can
be recalled/scrolled using the up/down arrow keys. Currently, I just plan
to use this for netmail destination address recall, but it could be used
other places easily enough.