summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-06-26 23:52:23 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-06-27 21:28:24 +0200
commitb551d6f247a4234ea425cc23eb9d57ea61f7d179 (patch)
treef3cc3e177447b10fd274b94e958534aad8e0b8b9 /ChangeLog.adoc
parent4c9fd4a625af706604678db33d8fa9cf62311e28 (diff)
downloadweechat-b551d6f247a4234ea425cc23eb9d57ea61f7d179.zip
core: check for newline characters in string_is_whitespace_char
This fixes a bug where if you had multiple lines in the input and pressed ctrl-w when the cursor was after the first word of any line but the first, it would delete both the word before the cursor and the last word on the preceding line.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 7e580da6f..5146f6cd6 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -23,6 +23,7 @@ Bug fixes::
* core: force key "return" to command "/input return" when migrating legacy keys
* core: display actual key name and command with key kbd:[Alt+k], remove key kbd:[Alt+K] (grab raw key) and associated commands `/input grab_raw_key` and `/input grab_raw_key_command`
+ * core: check for newline characters in string_is_whitespace_char (issue #1968)
* api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin
* irc: reply to a CTCP request sent to self nick (issue #1966)
* irc: sent "QUIT" message to servers connected with TLS on `/upgrade`