From 0b1e4cc41d15e26c0aa90a36c319dc4ba2574fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 8 May 2015 06:35:45 +0200 Subject: [PATCH] degesch: better comment --- degesch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/degesch.c b/degesch.c index 18ad689..1a54a95 100644 --- a/degesch.c +++ b/degesch.c @@ -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;