diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-09-06 18:46:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-09-06 18:46:36 -0700 |
commit | bbff1506e5d87270f5dbe04883e44249b1122dbc (patch) | |
tree | 7d7fee1a58f3bc22b08d38b6141ddd5624d9636d /text.lua | |
parent | a3f4825dd537ec9d3064c2973fc3ec4b2a23269c (diff) | |
parent | 7e3dc2bc34e546a41252f3792161e2a09cfd2efe (diff) | |
download | view.love-bbff1506e5d87270f5dbe04883e44249b1122dbc.tar.gz |
Merge text.love
Diffstat (limited to 'text.lua')
-rw-r--r-- | text.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/text.lua b/text.lua index b56cc32..f4b466f 100644 --- a/text.lua +++ b/text.lua @@ -729,7 +729,6 @@ end -- resize helper function Text.tweak_screen_top_and_cursor(State) ---? print('a', State.selection1.line) if State.screen_top1.pos == 1 then return end Text.populate_screen_line_starting_pos(State, State.screen_top1.line) local line = State.lines[State.screen_top1.line] |