From: Jonas Fonseca Date: Tue, 7 Oct 2008 17:24:28 +0000 (+0200) Subject: Help view: use "(no key)" instead of "'?'" to not confuse unbound actions X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ef90b72a892ac3a2d313937a587e129b107443e;p=tig.git Help view: use "(no key)" instead of "'?'" to not confuse unbound actions --- diff --git a/tig.c b/tig.c index ce562d2..3677497 100644 --- a/tig.c +++ b/tig.c @@ -931,7 +931,7 @@ get_key_name(int key_value) seq = key_char; } - return seq ? seq : "'?'"; + return seq ? seq : "(no key)"; } static char *