Skip to content
Snippets Groups Projects
Commit 046df1ca authored by rswindell's avatar rswindell
Browse files

Reset CON_DOWNARROW status on entry to getstr().

parent 3aa67a91
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ size_t sbbs_t::getstr(char *strout, size_t maxlen, long mode)
uchar ch;
uchar atr;
console&=~(CON_UPARROW|CON_LEFTARROW|CON_BACKSPACE);
console&=~(CON_UPARROW|CON_DOWNARROW|CON_LEFTARROW|CON_BACKSPACE);
sys_status&=~SS_ABORT;
if(mode&K_LINE && useron.misc&ANSI && !(mode&K_NOECHO)) {
attr(cfg.color[clr_inputline]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment