diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-29 12:28:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-29 12:28:24 +0200 |
commit | 620fce4bba4e4ada55c77642662e8a924b16e1f7 (patch) | |
tree | b0f89ceb155f85a668f7d957fa5e8243fa4ba96e | |
parent | 8b3311860b0825008e4d2c4bddc3978128d4cb13 (diff) | |
download | weechat-620fce4bba4e4ada55c77642662e8a924b16e1f7.zip |
core: add new key ctrl+z in ChangeLog
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 55672b389..61d6ba599 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -15,7 +15,7 @@ For a list of important changes that require manual actions, please look at rele New features:: - * core: add command `/sys` to show resource limits/usage and suspend WeeChat process (issue #985) + * core: add command `/sys` to show resource limits/usage and suspend WeeChat process, add key kbd:[Ctrl+z] to suspend WeeChat (issue #985) * core: ignore key bindings with empty command * core: add support of quotes in commands `/key bind` and `/key bindctxt` * core: evaluate command given to `/repeat` with contextual variables (issue #2007) |