diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-14 20:44:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-14 20:44:15 +0200 |
commit | 5d4220a91f8aa1467302dac2e7a4bfdb7a017009 (patch) | |
tree | 1b1537a8d6ef8c5e4935af4f8f76f927fb62b477 /ChangeLog.adoc | |
parent | 7e6d933d74e0540a5dc466e3da04e38f1c1ada8e (diff) | |
download | weechat-5d4220a91f8aa1467302dac2e7a4bfdb7a017009.zip |
core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (closes #899, issue #978)
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 e35556240..c9cebd96f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: + * core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978) * core: add file weechat.desktop * core: add reverse of string for screen in evaluation of expressions with "revscr:" * core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx" |