1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +00:00

Work better with VIDEX inverse character set

This commit is contained in:
David Schmenk
2025-03-04 13:00:12 -08:00
parent 74e669a23c
commit 574c6e5964
2 changed files with 0 additions and 2 deletions
Binary file not shown.
-2
View File
@@ -1085,9 +1085,7 @@ def keyin
conio:textctrl(ctrlattr, INVERSE)
conio:putchars(1, curschr)
conio:gotoxy(cursx, cursy)
conio:textctrl(ctrlcursor, INVERSE)
key = waitkey
conio:textctrl(ctrlcursor, OFF)
conio:textctrl(ctrlattr, NORMAL)
if not key
conio:putchars(1, underchr)