about summary refs log tree commit diff stats
path: root/text.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-09-06 18:46:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-09-06 18:46:36 -0700
commitbbff1506e5d87270f5dbe04883e44249b1122dbc (patch)
tree7d7fee1a58f3bc22b08d38b6141ddd5624d9636d /text.lua
parenta3f4825dd537ec9d3064c2973fc3ec4b2a23269c (diff)
parent7e3dc2bc34e546a41252f3792161e2a09cfd2efe (diff)
downloadview.love-bbff1506e5d87270f5dbe04883e44249b1122dbc.tar.gz
Merge text.love
Diffstat (limited to 'text.lua')
-rw-r--r--text.lua1
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]