diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2025-05-06 15:02:35 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2025-05-06 15:02:35 -0700 |
commit | c5428b96d5f299a7fbcd9fa0c3c37ef7df683b0f (patch) | |
tree | b520f96a81d3f7a5eb9b0fea8b3815c6a0e8e5a3 /text.lua | |
parent | 319cb9c6bf31a2c900160a82289e219d563d51e9 (diff) | |
parent | aba01abc23c791ece7607f167f3a98cb782dba53 (diff) | |
download | view.love-c5428b96d5f299a7fbcd9fa0c3c37ef7df683b0f.tar.gz |
Merge text.love
Diffstat (limited to 'text.lua')
-rw-r--r-- | text.lua | 2 |
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 |