1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

irc, script: display all input actions and in the same way in /list and /script buffers title

This commit is contained in:
Sébastien Helleu
2026-05-22 07:56:31 +02:00
parent 5520ed1950
commit 4c38ce050b
16 changed files with 139 additions and 94 deletions
+3 -4
View File
@@ -481,10 +481,9 @@ irc_list_buffer_set_title (struct t_irc_server *server)
snprintf (str_title, sizeof (str_title),
_("%d channels (total: %d) | Filter: %s | Sort: %s | "
"Key(input): "
"ctrl+j=join channel, "
"($)=refresh, "
"(q)=close buffer"),
"Keys: ctrl+j=join channel | "
"Input: $=refresh, s:x,y=sort, words=filter, *=reset filter, "
"q=close buffer"),
num_channels,
num_channels_total,
(server->list->filter) ? server->list->filter : "*",