1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56: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
+4 -3
View File
@@ -779,11 +779,12 @@ script_buffer_refresh (int clear)
else
{
snprintf (str_title, sizeof (str_title),
_("%d/%d scripts (filter: %s) | Sort: %s | "
_("%d/%d scripts | Filter: %s | Sort: %s | "
"Alt+key/input: i=install, r=remove, l=load, L=reload, "
"u=unload, A=autoload, h=(un)hold, v=view script | "
"Input: q=close, $=refresh, s:x,y=sort, words=filter, "
"*=reset filter | Mouse: left=select, right=install/remove"),
"Input: $=refresh, s:x,y=sort, words=filter, *=reset filter, "
"q=close buffer | "
"Mouse: left=select, right=install/remove"),
script_repo_count_displayed,
script_repo_count,
(script_repo_filter) ? script_repo_filter : "*",