diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-04-08 23:58:37 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-04-08 23:58:37 -0700 |
| commit | e0a30fe02bf1c75ebd211dd8f3defa6241c5b82b (patch) | |
| tree | e7bc00e607ba762ade236865ab6b6dcbee421133 /bterm.h | |
| parent | adcb0a43e02cd34a289fd66f290d87f9ac91197c (diff) | |
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.
Diffstat (limited to 'bterm.h')
| -rw-r--r-- | bterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
