aboutsummaryrefslogtreecommitdiffstats
path: root/src/e_keys.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-01-20 17:41:05 +0100
committerJoe <rbo@gmx.us>2025-01-20 17:41:05 +0100
commit8a713881f2bee207981b2883518138a4cfdd6adc (patch)
tree74c5c60f2b81e5f25a9f3398fcd1b021fdc5c39c /src/e_keys.go
parentokok (diff)
downloadhardflip-8a713881f2bee207981b2883518138a4cfdd6adc.tar.gz
hardflip-8a713881f2bee207981b2883518138a4cfdd6adc.tar.bz2
hardflip-8a713881f2bee207981b2883518138a4cfdd6adc.tar.xz
hardflip-8a713881f2bee207981b2883518138a4cfdd6adc.tar.zst
hardflip-8a713881f2bee207981b2883518138a4cfdd6adc.zip
box style or something
Diffstat (limited to 'src/e_keys.go')
-rw-r--r--src/e_keys.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/e_keys.go b/src/e_keys.go
index 6d020cb..ce378eb 100644
--- a/src/e_keys.go
+++ b/src/e_keys.go
@@ -930,7 +930,6 @@ func e_fuzz_events(data *HardData, ui *HardUI, event tcell.EventKey) bool {
} else {
e_readline(event, &ui.buff, ui, data.home_dir)
}
- // TODO: here
return false
}