From fbc8bb81eb11f556444f61f947dd0f4f0ad24544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6ster?= Date: Fri, 8 May 2015 16:51:29 +0200 Subject: [PATCH] modified home/end key comment --- src/hstr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hstr.c b/src/hstr.c index 9c19d24..e57f6ff 100644 --- a/src/hstr.c +++ b/src/hstr.c @@ -864,10 +864,10 @@ void loop_to_select(Hstr *hstr) switch (c) { case KEY_HOME: - // TODO implement in pattern cursor jump to beginning + // avoids printing of wild chars in search prompt break; case KEY_END: - // TODO implement in pattern cursor jump to end + // avoids printing of wild chars in search prompt break; case KEY_DC: // DEL if(selectionCursorPosition!=SELECTION_CURSOR_IN_PROMPT) {