1
0
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:
David Schmenk
2025-03-05 14:55:57 -08:00
parent 32b29f44a2
commit 8e404df8d8
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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)