Age | Commit message (Collapse) | Author |
|
When keep_eol is 2 and separators are found at the end of string,
the function returned argc + 1 instead of argc.
|
|
Added in c1c1005b364d28409339f46b5233bcb0f2f86ed7.
|
|
|
|
The strings "/" and "/ " are not considered as valid commands any more.
|
|
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
|
|
Inherited values are now displayed in /set output when the value is
null, if a parent option name is defined in option.
New option: weechat.color.chat_value_null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#522)
|
|
And a new test is now checking that "\" returns "".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core: update examples of alias add commands
|
|
|
|
|
|
|
|
|
|
grabbing a key with alt-k
|
|
data sent to hook_process() callback) (closes #442)
|
|
|
|
|
|
on Linux/BSD) (closes #465)
The calls to select() are replaced by poll(), which doesn't have limitation
on file descriptor number.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and utf8_add_offset
|
|
after use
|
|
|
|
string_eval_expression() and command /eval
|
|
(closes #452)
|
|
|
|
|
|
|
|
|
|
|
|
The header sys/select.h is now required for select() function.
|
|
|
|
|
|
|