aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-18 02:40:53 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-18 02:48:28 +0200
commit21e5d80ab1505442c96e11075f09d98bcaa211ba (patch)
tree0db38202d1882286cc233601a8303f357f402f21 /NEWS
parentff243c1d110b646329fa0b0d8d4f1a52f320d03b (diff)
downloadxK-21e5d80ab1505442c96e11075f09d98bcaa211ba.tar.gz
xK-21e5d80ab1505442c96e11075f09d98bcaa211ba.tar.xz
xK-21e5d80ab1505442c96e11075f09d98bcaa211ba.zip
xC: improve Readline completion
The autocomplete for /set used to be extremely annoying, and menu-complete-display-prefix also prevents mistaken highlights. One downside is that using plain Tab in channels no longer just inserts the last-talking nickname, one needs to press it twice.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dcf8c54..3c0adfc 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@
* xC: unsolicited JOINs will no longer automatically activate the buffer
+ * xC: made Readline insert the longest common completion prefix first,
+ and prevented the possible-completions command from duplicating the prompt
+
* xC: normalized editline's history behaviour, making it a viable frontend
* xC: various bugfixes