hacky bugfix

akkartik
Jan 1, 2024, 6:21 AM
IZ6EKHOL5YGPHD3WV756AFSOMVSBYZPNLNDE5VURW7MCYGT2TZRQC

Dependencies

  • [2] GVX7YSQY initial script after splitting up text-zoom

Change contents

  • edit in screens/text-box at line 30
    [2.1842]
    [2.1842]
    -- hack: ensure cursor shows within screen (or at least will show if the box is big enough)
    if e.cursor_x == nil then
    e.cursor1 = {line=1, pos=1}
    e.screen_top1 = {line=1, pos=1}
    end