1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

fset: fix keys alt+'+' and alt+'-' in title of fset buffer

This commit is contained in:
Sébastien Helleu
2017-06-14 21:42:50 +02:00
parent f943951ade
commit f7516bd6d8
+2 -2
View File
@@ -67,8 +67,8 @@ fset_buffer_set_title ()
"Sort: %s%s%s | "
"Key(input): "
"alt+space=toggle boolean, "
"alt+'-'(-)=subtract 1, "
"alt+'+'(+)=add 1, "
"alt+'-'(-)=subtract 1 or set, "
"alt+'+'(+)=add 1 or append, "
"alt+f,alt+r(r)=reset, "
"alf+f,alt+u(u)=unset, "
"alt+enter(s)=set, "