Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
grabbing a key with alt-k
|
|
data sent to hook_process() callback) (closes #442)
|
|
displayed in a window
|
|
|
|
on Linux/BSD) (closes #465)
The calls to select() are replaced by poll(), which doesn't have limitation
on file descriptor number.
|
|
|
|
|
|
gui_chat_string_add_offset and gui_chat_string_add_offset_screen
|
|
and utf8_add_offset
|
|
after use
|
|
|
|
(closes #452)
|
|
|
|
|
|
weechat.look.buffer_time_format is set to empty string (closes #441)
This reverts commit 2498ff63dba0ad3880fc3dadcac6b36f047ac0e2.
|
|
The header sys/select.h is now required for select() function.
|
|
|
|
|
|
function string_eval_expression()
|
|
|
|
move source code to weechat.c
|
|
to customize quoted messages in cursor mode (closes #403)
|
|
|
|
|
|
|
|
task #9459)
|
|
|
|
install with cmake (bug #40313)
|
|
active/inactive/nicklist (closes #317)
|
|
on bar window pointers
|
|
|
|
|
|
|
|
callback if return code is WEECHAT_RC_ERROR
|
|
|
|
|
|
weechat.look.item_mouse_status and weechat.color.status_mouse
|
|
|
|
is removed from a buffer (closes #226)
|
|
weechat.look.buffer_time_format is not an empty string
|
|
|
|
|
|
items of status bar
|
|
set to "merged" (closes #199)
|
|
set to "action" or "both" (closes #206)
|
|
With a sorted list, the partial completion is about 50x faster
(like other completions).
|
|
With arraylist (vs weelist), the completion is about 50x faster.
It is visible on "/help [+tab]".
|