Age | Commit message (Collapse) | Author |
|
weechat.look.prefix_{action|error|join|network|quit} (task #9555)
|
|
irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)
The option irc.look.nick_mode has a new type: integer with values:
none/prefix/action/both (default is "prefix", which is old behaviour).
|
|
for WeeChat process
|
|
initial buffer after reaching end of hotlist)
The option is "on" by default, which is old behaviour.
|
|
horizontal/vertical separators between windows
New boolean options, enabled by default:
- weechat.look.window_separator_horizontal
- weechat.look.window_separator_vertical
|
|
for highlight when nick is offline)
|
|
from Nei) (task #11109)
New options:
- weechat.look.color_nick_offline: boolean to enable feature (off by default)
- weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
|
|
|
|
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
|
|
messages whose nick is the same as previous message) (task #11965)
|
|
|
|
Changes:
- wait control sequence for end of bracketed paste (and only after, check if
we should ask confirmation to user)
- add option weechat.look.paste_bracketed_timer_delay to force the end of
bracketed paste if the control sequence for end of bracketed paste was not
received in time
- in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for
one line (ask for one line only if paste_max_lines=0)
- fix bugs with mintty: bracketed paste should be ok every time (even if some
codes are sometimes partially received, WeeChat will now handle that properly);
the standard paste often fails (due to bug in mintty, which sends paste very
slowly to remote app); so the bracketed paste mode is highly recommended with
mintty
- after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will
undo whole paste, not chars one by one
|
|
|
|
weechat.look.paste_bracketed
|
|
|
|
irc options to customize/disable default nick highlight (task #11128)
New functions in C plugin API:
- string_regex_flags
- string_regcomp
New irc options:
- irc.look.highlight_server
- irc.look.highlight_channel
- irc.look.highlight_pv
Regex flags are supported in following options/commands:
- option weechat.look.highlight
- option weechat.look.highlight_regex
- options irc.look.highlight_{server|channel|pv}
- option relay.network.allowed_ips
- core command /filter
- irc command /list
- irc command /ignore
- rmodifier command /rmodifier
|
|
|
|
restore old behaviour before fix of bug #25555 in version 0.3.5)
|
|
portable accross Un*x and Windows) (task #11479)
|
|
completion in middle of words (enabled by default) (task #9771)
|
|
|
|
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
|
|
history per buffer (task #10900) (patch from Quentin Pradet)
|
|
|
|
bold is used only if terminal has less than 16 colors (patch #7621)
|
|
|
|
inactive colors
|
|
New boolean options to control use of inactive colors:
- weechat.look.color_inactive_message
- weechat.look.color_inactive_prefix
- weechat.look.color_inactive_prefix_buffer
- weechat.look.color_inactive_time
New "inactive" color options:
- weechat.color.chat_inactive_line
- weechat.color.chat_inactive_window
- weechat.color.chat_prefix_buffer_inactive_line
|
|
|
|
|
|
"/etc/ssl/certs/ca-certificates.crt"
|
|
weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes
|
|
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer
New features and bugs fixed:
- mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse"
- free movement of cursor: new command /cursor, new key context "cursor"
- new hook_focus (used by cursor and mouse)
- info "cursor_mode"
- bugs fixed with key "^"
- allow plugin name in /buffer name
- fix bugs with bar windows: do not create bar windows for hidden bars
- fix completion bug when two words for completion are equal but with different case
- automatic scroll direction in /bar scroll (x/y is now optional)
|
|
weechat.look.hline_char to weechat.look.separator_horizontal
|
|
|
|
cause display bugs)
|
|
|
|
weechat.look.color_pairs_auto_reset
|
|
weechat.look.hotlist_buffer_separator and tag "notify_none"
New options:
- weechat.look.hotlist_buffer_separator
- weechat.look.hotlist_count_max
- weechat.look.hotlist_count_min_msg
- weechat.color.status_count_msg
- weechat.color.status_count_private
- weechat.color.status_count_highlight
- weechat.color.status_count_other
|
|
|
|
weechat.completion.nick_ignore_chars
|
|
|
|
|
|
|
|
horizontal bar separators only
|
|
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)
|
|
option "weechat.color.chat_nick_colors" (comma separated list of colors)
|
|
|
|
string_has_highlight_regex in plugin API (task #10321)
|