From 50eae89a96586a537d7b876377726e8ac0eadc4e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 11 Sep 2001 18:32:43 +0000 Subject: /BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1794 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common/core/keyboard.c') diff --git a/src/fe-common/core/keyboard.c b/src/fe-common/core/keyboard.c index f69edacc..93c4bcde 100644 --- a/src/fe-common/core/keyboard.c +++ b/src/fe-common/core/keyboard.c @@ -289,7 +289,7 @@ static int expand_key(const char *key, GSList **out) expand_out_char(*out, '^'); expand_out_char(*out, *key); expand_out_char(*out, '-'); - last_hyphen = TRUE; + last_hyphen = FALSE; /* optional */ } else { /* key / combo */ start = key; -- cgit v1.2.3