diff options
author | Joe <rbo@gmx.us> | 2024-02-27 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-27 20:20:20 +0100 |
commit | 6f2f19941548138c946d1be0900e392bfdffc8a4 (patch) | |
tree | e6192c00db359dfd56c32811bc952f1489315340 /src/i_events.go | |
parent | gooo (diff) | |
download | hardflip-6f2f19941548138c946d1be0900e392bfdffc8a4.tar.gz hardflip-6f2f19941548138c946d1be0900e392bfdffc8a4.tar.bz2 hardflip-6f2f19941548138c946d1be0900e392bfdffc8a4.tar.xz hardflip-6f2f19941548138c946d1be0900e392bfdffc8a4.tar.zst hardflip-6f2f19941548138c946d1be0900e392bfdffc8a4.zip |
gop
Diffstat (limited to 'src/i_events.go')
-rw-r--r-- | src/i_events.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i_events.go b/src/i_events.go index 9638ffd..4cf7201 100644 --- a/src/i_events.go +++ b/src/i_events.go @@ -43,7 +43,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/i_events.go - * Tue Feb 27 14:56:58 2024 + * Tue Feb 27 18:07:11 2024 * Joe * * events in the code @@ -582,6 +582,8 @@ func i_events(data *HardData) { ui.s.HideCursor() i_set_protocol_defaults(data.insert) } + case 1: + i_readline(event, data) } } } |