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:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user