aboutsummaryrefslogtreecommitdiff
path: root/bterm.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-06-03 23:40:44 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-06-03 23:40:44 -0700
commit68095db20f5e53a73e8f284f6a3c529a98d39e00 (patch)
tree91378670c4ef88581a14792dfcbde6253584b674 /bterm.h
parent69bc783ff9ebc2344dab14ef7bd140c87d31733b (diff)
Misc fixes and tweaks
Diffstat (limited to 'bterm.h')
-rw-r--r--bterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bterm.h b/bterm.h
index 9ab9b2f..06e6d42 100644
--- a/bterm.h
+++ b/bterm.h
@@ -119,7 +119,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"},
+ {':', "Colon"}, {',', "Comma"},
};
int bgetkey(FILE *in, int *mouse_x, int *mouse_y);