diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-18 02:40:53 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-18 02:48:28 +0200 |
commit | 21e5d80ab1505442c96e11075f09d98bcaa211ba (patch) | |
tree | 0db38202d1882286cc233601a8303f357f402f21 /NEWS | |
parent | ff243c1d110b646329fa0b0d8d4f1a52f320d03b (diff) | |
download | xK-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |