aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-16 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-16 20:20:20 +0200
commit3d87d3c26e8f3defe00ecfb6391a38fa7969676f (patch)
tree64b7bdfdadb497e65e15cc88a9f610263cb34e6b /src/i_events.go
parentgood commands (diff)
downloadhardflip-3d87d3c26e8f3defe00ecfb6391a38fa7969676f.tar.gz
hardflip-3d87d3c26e8f3defe00ecfb6391a38fa7969676f.tar.bz2
hardflip-3d87d3c26e8f3defe00ecfb6391a38fa7969676f.tar.xz
hardflip-3d87d3c26e8f3defe00ecfb6391a38fa7969676f.tar.zst
hardflip-3d87d3c26e8f3defe00ecfb6391a38fa7969676f.zip
great
Diffstat (limited to '')
-rw-r--r--src/i_events.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_events.go b/src/i_events.go
index 82dbb54..dc6d44f 100644
--- a/src/i_events.go
+++ b/src/i_events.go
@@ -609,6 +609,7 @@ func i_events(data *HardData) {
data.ui.insert_sel = data.ui.insert_sel_max
} else if event.Rune() == 'i' ||
event.Rune() == 'a' ||
+ event.Rune() == ' ' ||
event.Key() == tcell.KeyEnter {
data.ui.insert_sel_ok = true
switch data.ui.insert_sel {