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.
This commit is contained in:
2022-09-18 02:40:53 +02:00
parent ff243c1d11
commit 21e5d80ab1
2 changed files with 15 additions and 0 deletions

3
NEWS
View File

@@ -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