aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_keys.go
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-27 14:56:57 +0200
committerjoe <rbo@gmx.us>2025-08-27 14:56:57 +0200
commit86d9a8a21756344856617156c36113aa848671c4 (patch)
tree2af7382dba86ad744592cd304049a2ff55949edb /src/e_keys.go
parentk (diff)
downloadhardflip-86d9a8a21756344856617156c36113aa848671c4.tar.gz
hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.bz2
hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.xz
hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.zst
hardflip-86d9a8a21756344856617156c36113aa848671c4.zip
fzf in progress
Diffstat (limited to 'src/e_keys.go')
-rw-r--r--src/e_keys.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e_keys.go b/src/e_keys.go
index b8c1e52..f118fe3 100644
--- a/src/e_keys.go
+++ b/src/e_keys.go
@@ -250,7 +250,7 @@ func e_normal_events(data *HardData, ui *HardUI, event tcell.EventKey) bool {
} else if (event.Rune() == '/' ||
event.Key() == tcell.KeyCtrlF) &&
data.litems.curr != nil {
- c_fuzz(data)
+ c_fuzz(data, ui)
} else if event.Rune() == '?' {
ui.mode = HELP_MODE
ui.help_scroll = 0