mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
Fix cursor position check for TAB
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user