Skip to content
Snippets Groups Projects
Commit f5f07ddd authored by deuce's avatar deuce
Browse files

Switch back to the current cursor type after redrawing the input line,

not normal cursor.
parent 8bca5c32
No related branches found
No related tags found
No related merge requests found
......@@ -1477,7 +1477,7 @@ void getstrupd(int left, int top, int width, char *outstr, int cursoffset, int *
gotoxy(left,top);
cprintf("%-*.*s",width,width,outstr+*scrnoffset);
gotoxy(left+(cursoffset-*scrnoffset),top);
_setcursortype(_NORMALCURSOR);
_setcursortype(cursor);
}
/****************************************************************************/
......
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