mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-10-31 16:04:48 +00:00
Fix cursor position check for TAB
This commit is contained in:
parent
bae48854f4
commit
14b00342a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user