Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
#739)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
doc: fix examples with localvar_del
|
|
(closes #908)
|
|
|
|
|
|
|
|
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".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
output (closes #877)
The behavior of existing option "-o" is changed: now commands are NOT
executed (which is more secure by default).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|