diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-12 12:05:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-12 12:05:30 +0100 |
commit | f5ec9a616741f10c751dd2233f4a24a8194cd334 (patch) | |
tree | 629f44f38c6e7466bbd1ae4152f5b87279591f24 /src | |
parent | b3338076d830cfadf4dc25632baae740e4567754 (diff) | |
download | weechat-f5ec9a616741f10c751dd2233f4a24a8194cd334.zip |
Fix display of default keys with "weechat-curses --keys"
Diffstat (limited to 'src')
-rw-r--r-- | src/core/weechat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index b3f36a8e8..b1f0dc7e1 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -132,6 +132,7 @@ weechat_display_keys () struct t_gui_key *ptr_key; char *expanded_name; + gui_keyboard_default_bindings (); string_iconv_fprintf (stdout, /* TRANSLATORS: %s is "weechat" */ _("%s default keys:\n"), |