From 620fce4bba4e4ada55c77642662e8a924b16e1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 29 Aug 2023 12:28:24 +0200 Subject: [PATCH] core: add new key ctrl+z in ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)