We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b145b commit 8a8714aCopy full SHA for 8a8714a
1 file changed
src/editor.bas
@@ -593,6 +593,7 @@ PROC CalcRedrawScreen
593
if nptr = MemEnd
594
' Line is outside of current file, go to last line
595
topLine = y
596
+ nptr = ptr
597
exit
598
endif
599
inc y
0 commit comments