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:
Binary file not shown.
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user