about summary refs log tree commit diff stats
path: root/text.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2025-05-06 15:01:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2025-05-06 15:01:21 -0700
commitaba01abc23c791ece7607f167f3a98cb782dba53 (patch)
treed8ee4bf7536446100c2214f406ed8405a777eb3f /text.lua
parent9c3bf97ea3345aa0ffdbc35b234689a5edca73ea (diff)
parent11cd9123c15f9b9e76c359a8ac672c21f299811a (diff)
downloadtext.love-aba01abc23c791ece7607f167f3a98cb782dba53.tar.gz
Merge lines.love
Diffstat (limited to 'text.lua')
-rw-r--r--text.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.lua b/text.lua
index da4d2a1..9db8b16 100644
--- a/text.lua
+++ b/text.lua
@@ -147,7 +147,7 @@ function Text.insert_at_cursor(State, t)
 end
 
 -- Don't handle any keys here that would trigger text_input above.
-function Text.keychord_press(State, chord)
+function Text.keychord_press(State, chord, key, scancode, is_repeat)
 --?   print('chord', chord, State.selection1.line, State.selection1.pos)
   --== shortcuts that mutate text (must schedule_save)
   if chord == 'return' then