diff options
author | joe <rbo@gmx.us> | 2025-08-26 19:39:43 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-26 19:39:56 +0200 |
commit | 9dba169925b0dad326552420128ca2106dab1716 (patch) | |
tree | 69e06d88a48499ab55e9e6dc5b484f37865ca392 /src/i_ui.go | |
parent | fixed all errs and some other things (diff) | |
download | hardflip-9dba169925b0dad326552420128ca2106dab1716.tar.gz hardflip-9dba169925b0dad326552420128ca2106dab1716.tar.bz2 hardflip-9dba169925b0dad326552420128ca2106dab1716.tar.xz hardflip-9dba169925b0dad326552420128ca2106dab1716.tar.zst hardflip-9dba169925b0dad326552420128ca2106dab1716.zip |
k
Diffstat (limited to 'src/i_ui.go')
-rw-r--r-- | src/i_ui.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 653f333..e824908 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -837,7 +837,6 @@ func i_ui(data_dir string) { INSERT_MODE: e_insert_events, RENAME_MODE: e_rename_events, HELP_MODE: e_help_events, - FUZZ_MODE: e_fuzz_events, } for { data.ui.s.Clear() |