vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 8883e7ebfb6073d6ff4368bd9513e587b6dda4ab parent 5a15afba1420ca7213e1fde2bd400211dd50bde3 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 20 Feb 2020 14:05:00 +0100 test/util: fix compilation with old libtermkey versions Diffstat:
| M | util/keys.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/util/keys.c b/util/keys.c @@ -135,9 +135,8 @@ static void printkey(TermKeyKey *key) { case TERMKEY_TYPE_MOUSE: case TERMKEY_TYPE_POSITION: case TERMKEY_TYPE_MODEREPORT: - case TERMKEY_TYPE_DCS: - case TERMKEY_TYPE_OSC: case TERMKEY_TYPE_UNKNOWN_CSI: + default: break; } }