Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New default keys:
meta-OH => /input move_beginning_of_line
meta-OF => /input move_end_of_line
meta2-1;5A => /input history_global_previous
meta2-1;5B => /input history_global_next
meta2-5;3~ => /window scroll_up
meta2-6;3~ => /window scroll_down
|
|
|
|
|
|
|
|
|
|
|
|
horizontal bar separators only
|
|
|
|
|
|
|
|
|
|
(bug #32216)
|
|
|
|
weechat.look.input_cursor_scroll (bug #21391)
|
|
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
|
|
|
|
|
|
|
|
|
|
#32039)
|
|
is executed without argument"
This reverts commit 3cd267ab23ff25c89204cb5be0f019c1254ac83f.
With this fix, upgrade was not possible any more if WeeChat was run without path,
ie for example "weechat-curses" running "/usr/bin/weechat-curses".
|
|
executed without argument
|
|
|
|
|
|
|
|
|
|
|
|
upgrade
|
|
|
|
option "weechat.color.chat_nick_colors" (comma separated list of colors)
|
|
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
|
|
|
|
local nick instead of remote nick) (bug #31890)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string_has_highlight_regex in plugin API (task #10321)
|
|
wrong port or server with SSL problems (bug #27487)
|
|
Fix: some data was sometimes missing (not sent to callback).
Improvement: use a 64KB buffer for child output and send data to callback only
when buffer is full.
|