degesch: better comment
This commit is contained in:
parent
0bdf76edc5
commit
0b1e4cc41d
|
@ -5701,7 +5701,8 @@ on_editline_complete (EditLine *editline, int key)
|
||||||
|
|
||||||
// I'm not sure if Readline's menu-complete can at all be implemented
|
// I'm not sure if Readline's menu-complete can at all be implemented
|
||||||
// with Editline. Spamming the terminal with possible completions
|
// with Editline. Spamming the terminal with possible completions
|
||||||
// probably isn't what the user wants.
|
// probably isn't what the user wants and we have no way of detecting
|
||||||
|
// what the last executed handler was.
|
||||||
if (!only_match)
|
if (!only_match)
|
||||||
return CC_REFRESH_BEEP;
|
return CC_REFRESH_BEEP;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue