about summary refs log tree commit diff stats
path: root/text.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-08 15:39:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-08 15:43:45 -0700
commit9fb8f25030de2f9eff87003a1ff71e3bc5fdbc94 (patch)
tree8450a5989cf445d8fad71610249312929c6d14b1 /text.lua
parent00c64ed6e49fd679bb2d08dd076f585842bbf423 (diff)
downloadtext.love-9fb8f25030de2f9eff87003a1ff71e3bc5fdbc94.tar.gz
indent
Diffstat (limited to 'text.lua')
-rw-r--r--text.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/text.lua b/text.lua
index 416b703..dbf1604 100644
--- a/text.lua
+++ b/text.lua
@@ -946,7 +946,10 @@ function Text.tweak_screen_top_and_cursor(left, right)
     if Text.cursor_past_screen_bottom() then
 --?       print('tweak')
       local line = Lines[Screen_bottom1.line]
-      Cursor1 = {line=Screen_bottom1.line, pos=Text.to_pos_on_line(line, App.screen.width-5, App.screen.height-5)}
+      Cursor1 = {
+          line=Screen_bottom1.line,
+          pos=Text.to_pos_on_line(line, App.screen.width-5, App.screen.height-5),
+      }
     end
   end
 end