diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-29 16:30:57 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-01 18:31:41 +0200 |
commit | 177fa6c528031ab77b2f03783e7dcacb3152c3d1 (patch) | |
tree | 808348b4d658aabf27e866e94fb93759f4f83dd2 /ChangeLog.adoc | |
parent | a8ca4b5b3aa6647eb574fcf3ad94b6e2f050ba92 (diff) | |
download | weechat-177fa6c528031ab77b2f03783e7dcacb3152c3d1.zip |
core: add support of reverse video in ANSI color codes
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 521798eb3..7f96ef05a 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -28,6 +28,7 @@ New features:: Bug fixes:: + * core: add support of reverse video in ANSI color codes * core: fixed segfault during excessive evaluation in function string_repeat (issue #1400) * buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403) * irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue #832) |