From 6f2f19941548138c946d1be0900e392bfdffc8a4 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 27 Feb 2024 20:20:20 +0100 Subject: gop --- src/i_events.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/i_events.go') 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) } } } -- cgit v1.2.3