diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-08 06:35:45 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-05-08 06:35:45 +0200 |
commit | 0b1e4cc41d15e26c0aa90a36c319dc4ba2574fa2 (patch) | |
tree | b744b8b1691ec4486987182043f51476c39add76 /degesch.c | |
parent | 0bdf76edc591524ec133a728e37b05a25d00c9d9 (diff) | |
download | xK-0b1e4cc41d15e26c0aa90a36c319dc4ba2574fa2.tar.gz xK-0b1e4cc41d15e26c0aa90a36c319dc4ba2574fa2.tar.xz xK-0b1e4cc41d15e26c0aa90a36c319dc4ba2574fa2.zip |
degesch: better comment
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 // 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) return CC_REFRESH_BEEP; |