1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

core: fix cursor position after /plugin list -i or /plugin list -il

This commit is contained in:
Sébastien Helleu
2023-06-17 20:39:02 +02:00
parent e5586e14d9
commit 59cdade5f0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ Bug fixes::
* core: don't send "key_combo_*" signals for incomplete keys (issue #1976)
* core: add key ctrl-backspace in /help key (issue #1975)
* core: keep keys ctrl-H and ctrl-? (in lower case) if they were manually bound to custom commands in a previous version
* core: fix cursor position after `/plugin list -i` or `/plugin list -il`
* irc: fix display of country code in message 344 received as whois geo info (issue #1736)
Tests::