From: geijoenr Date: Sat, 21 Mar 2015 17:46:08 +0000 (+0000) Subject: vt: return to mode 0 after ESC Y X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=78cb289fde2d84a22eaac204e2768fd21c313481;p=FUZIX.git vt: return to mode 0 after ESC Y --- diff --git a/Kernel/vt.c b/Kernel/vt.c index 4f95b8d8..1605c2d3 100644 --- a/Kernel/vt.c +++ b/Kernel/vt.c @@ -182,6 +182,7 @@ void vtoutput(unsigned char *p, unsigned int len) cursory = ncursory; if (ncursorx >= 0 && ncursorx <= VT_RIGHT) cursorx = ncursorx; + vtmode = 0; } } cursor_on(cursory, cursorx);