diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-22 09:21:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-22 09:21:00 +0200 |
commit | 6950c953a1d2c88cfda4ea9966634faf6b7c99c4 (patch) | |
tree | c15257692e433b02209f9276877a06caa7134214 /ChangeLog.adoc | |
parent | fd6bdd3b59f73cea2d7c1f81b71dae212dad870d (diff) | |
download | weechat-6950c953a1d2c88cfda4ea9966634faf6b7c99c4.zip |
script: adjust scroll after command `/script go N`
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 a39d7c3cb..fd8eb0b6b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -50,6 +50,7 @@ Bug fixes:: * logger: remove trailing empty line in display of backlog (issue #2002) * perl: fix display of non-ASCII chars after load of a script with Perl >= 5.38 (issue #1996) * relay: synchronize nick modes with IRC client upon connection (issue #1984) + * script: adjust scroll after command `/script go N` * script: fix cursor position after `/script list -i` or `/script list -il` * script: fix buffer used by command `/script list -i|-il|-o|-ol` * scripts: fix function string_parse_size on 32-bit systems (python and ruby) (issue #1999) |