diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-08-06 09:30:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-08-06 09:30:22 +0000 |
commit | 362866fdf26d70ce0da200b04d08122ba9db31f1 (patch) | |
tree | 03a0a3447d4ac8f598adb562b354a19a893bf740 /src/gui/gui-keyboard.c | |
parent | d150376c54d84aee8b089c320a2743423c88c980 (diff) | |
download | weechat-362866fdf26d70ce0da200b04d08122ba9db31f1.zip |
Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U) (task 7180)
Diffstat (limited to 'src/gui/gui-keyboard.c')
-rw-r--r-- | src/gui/gui-keyboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-keyboard.c b/src/gui/gui-keyboard.c index 396d85100..c4d3f0991 100644 --- a/src/gui/gui-keyboard.c +++ b/src/gui/gui-keyboard.c @@ -136,6 +136,8 @@ t_gui_key_function gui_key_functions[] = N_("scroll to next highlight in buffer") }, { "scroll_unread", gui_action_scroll_unread, N_("scroll to first unread line in buffer") }, + { "set_unread", gui_action_set_unread, + N_("set unread marker on all buffers") }, { "hotlist_clear", gui_action_hotlist_clear, N_("clear hotlist") }, { "infobar_clear", gui_action_infobar_clear, |