From e0a30fe02bf1c75ebd211dd8f3defa6241c5b82b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 8 Apr 2020 23:58:37 -0700 Subject: Some overhaul and refactoring. bbstartup.sh and bindings.bb have been moved into scripts/bbstartup and scripts/bbbindkeys alongside the other scripts. Some minor bugs have been fixed as well, and a few bindings added. --- bterm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bterm.h') diff --git a/bterm.h b/bterm.h index 1ef7d38..79183a1 100644 --- a/bterm.h +++ b/bterm.h @@ -118,6 +118,7 @@ static keyname_t key_names[] = { {KEY_CTRL_2, "Ctrl-2"}, {KEY_CTRL_3, "Ctrl-3"}, {KEY_CTRL_4, "Ctrl-4"}, {KEY_CTRL_5, "Ctrl-5"}, {KEY_CTRL_6, "Ctrl-6"}, {KEY_CTRL_7, "Ctrl-7"}, {KEY_CTRL_5, "Ctrl-8"}, {KEY_CTRL_6, "Ctrl-9"}, + {':', "Colon"}, }; int bgetkey(FILE *in, int *mouse_x, int *mouse_y); -- cgit v1.2.3