diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-20 01:09:26 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-01-20 01:09:26 +0100 |
commit | 09a124c22697686c8420c5201d25c39d3bd72c13 (patch) | |
tree | 6b2355fedc304e7fc6874ba212b8ab6e68b426fc /ChangeLog.adoc | |
parent | 7d442f8492e52babf74d8c9c5461a58257aee10e (diff) | |
download | weechat-09a124c22697686c8420c5201d25c39d3bd72c13.zip |
buflist: add alternate key codes for F1/F2 and alt-F1/alt-F2 (compatibility with terminals)
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 74a1bb59a..a88790ae1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -31,6 +31,7 @@ New features:: Bug fixes:: * core: fix forced highlight on messages sent to other buffers (issue #1277) + * buflist: add alternate key codes for kbd:[F1]/kbd:[F2] and kbd:[Alt+F1]/kbd:[Alt+F2] (compatibility with terminals) * buflist: fix warning displayed when script buffers.pl is loaded (issue #1274) * irc: fix parsing of "time" message tag on FreeBSD (issue #1289) * relay: fix memory leak in connection of client |