diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-22 10:14:24 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-22 10:14:24 +0200 |
commit | d81d5c09d146a0a26ead47bf7334c917ebc08189 (patch) | |
tree | ca2f5f756770ce560d35ddd498c7097cc9696066 /ChangeLog | |
parent | d26f00b391b2aab06d20d26dc53e75aa1f9c8021 (diff) | |
download | weechat-d81d5c09d146a0a26ead47bf7334c917ebc08189.zip |
core: fix infinite loop in display when chat area has width of 1 with a bar displayed on the right (nicklist by default) (bug #37089)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,12 +1,14 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.9-dev, 2012-08-17 +v0.3.9-dev, 2012-08-22 Version 0.3.9 (under dev!) -------------------------- +* core: fix infinite loop in display when chat area has width of 1 with + a bar displayed on the right (nicklist by default) (bug #37089) * core: fix display of "bar more down" char when text is truncated by size_max in bars with vertical filling (bug #37054) * core: fix color of long lines (displayed on more than one line on screen) |