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:02:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2025-05-06 15:02:35 -0700
commitc5428b96d5f299a7fbcd9fa0c3c37ef7df683b0f (patch)
treeb520f96a81d3f7a5eb9b0fea8b3815c6a0e8e5a3 /text.lua
parent319cb9c6bf31a2c900160a82289e219d563d51e9 (diff)
parentaba01abc23c791ece7607f167f3a98cb782dba53 (diff)
downloadview.love-c5428b96d5f299a7fbcd9fa0c3c37ef7df683b0f.tar.gz
Merge text.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 7f962cf..a417fab 100644
--- a/text.lua
+++ b/text.lua
@@ -135,7 +135,7 @@ function Text.text_input(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 move the cursor
   if chord == 'left' then