1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 01:16:36 +00:00

Fix bottom of scroll windows for > 24 lines

This commit is contained in:
David Schmenk
2025-03-05 15:14:56 -08:00
parent 8e404df8d8
commit 75927fcf6b
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -682,7 +682,7 @@ def a2ctrl80v(code, param)#1
break
is ctrlscroll
if param == UP
cout(30); cout(' '); cout(23 + ' '); cout(10)
cout(30); cout(' '); cout(^WNDBOTTOM + ' '); cout(10)
handled = TRUE
fin
break