hacky bugfix
Dependencies
- [2]
GVX7YSQYinitial script after splitting up text-zoom
Change contents
- edit in screens/text-box at line 30
-- hack: ensure cursor shows within screen (or at least will show if the box is big enough)if e.cursor_x == nil thene.cursor1 = {line=1, pos=1}e.screen_top1 = {line=1, pos=1}end