Age | Commit message (Collapse) | Author |
|
|
|
#1200)
|
|
|
|
|
|
|
|
(issue #1113)
|
|
content
|
|
|
|
|
|
evaluated values
|
|
|
|
|
|
|
|
|
|
string ("cut:" and "cutscr:") (closes #963)
The format to use is one of:
- ${cut:+max,suffix,string}
- ${cutscr:+max,suffix,string}
With the "+" before max, WeeChat ensures there are at most "max" chars in
output, including the length of suffix string.
|
|
|
|
The syntax is: ${cutscr:max,suffix,string}.
The string is cut after max chars displayed on screen. If the string is cut,
the optional suffix is added after.
|
|
|
|
The help on commands /window and /alias contain percent chars, so we
have to force xgettext to NOT use "c-format", using the string
"xgettext:no-c-format".
|
|
|
|
|
|
guide
|
|
|
|
/input hotlist_clear
|
|
|
|
|
|
|