From bd0198b407c098350014cd011b56cfb60129bef6 Mon Sep 17 00:00:00 2001 From: bx Date: Sat, 2 Apr 2022 14:47:14 +0000 Subject: [PATCH] changed quit from 'q' to 'Q' --- commands.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands.c b/commands.c index 738bd6e..b766b39 100644 --- a/commands.c +++ b/commands.c @@ -4,3 +4,5 @@ NULL, ['O'] = c_open, ['P'] = c_print, ['w'] = c_writeline, +['q'] = NULL, +['Q'] = c_quit,