1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 22:24:28 +00:00

Fix cursor position check for TAB

This commit is contained in:
David Schmenk 2018-01-05 07:32:06 -08:00
parent bae48854f4
commit 14b00342a7

View File

@ -624,7 +624,7 @@ def keyin2
return key
end
def tabkeyin
return cursx < MAXLNLEN and cursx & $01 ?? keyspace :: 0
return curscol < MAXLNLEN and curscol & $01 ?? keyspace :: 0
end
//
// Printer routines