Age | Commit message (Collapse) | Author |
|
|
|
The default value is 0 (legacy behavior).
When it is set to 1, an empty input (just by pressing Return with nothing in
input) is sent to the input callback, which receives an empty string.
|
|
|
|
|
|
callback from string to integer (in scripts)
|
|
|
|
hook_fd
|
|
(plugin API reference)
|
|
examples (plugin API reference)
|
|
|
|
config_option_get_string (plugin API reference)
|
|
|
|
|
|
booleans/integers/colors (plugin API reference)
|
|
|
|
(plugin API reference)
|
|
string_eval_expression (plugin API reference)
|
|
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.
|
|
reference)
|
|
"free_string" is 0
|
|
|
|
expressions
|
|
If no callback is given, a default callback is used, which just compares
pointers.
|
|
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 lag is stored in the local variable "lag" of the server buffer.
When there is no lag, the local variable does not exist.
|
|
The syntax is: ${cut:max,suffix,string}.
The string is cut after max chars. If the string is cut, the optional suffix is
added after.
|
|
New functions:
- arraylist_new
- arraylist_size
- arraylist_get
- arraylist_search
- arraylist_insert
- arraylist_add
- arraylist_remove
- arraylist_clear
- arraylist_free
|
|
|
|
New functions:
- string_dyn_alloc
- string_dyn_copy
- string_dyn_concat
- string_dyn_free
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(plugin API reference)
|
|
|
|
API reference)
|
|
reference)
|
|
reference)
|
|
|
|
|
|
|