mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-19 09:23:06 +00:00
Fix textmode to allow UltraTerm resolution return values
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -740,7 +740,7 @@ def a2textmode(columns)
|
||||
call($FB39, 0, 0, 0, 0) // textmode()
|
||||
a2clear(cls)
|
||||
fin
|
||||
return flags & txt80 ?? 80 :: 40
|
||||
return columns
|
||||
end
|
||||
def a2grmode(mix)
|
||||
a2textmode(40)
|
||||
|
||||
Reference in New Issue
Block a user