mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
modified home/end key comment
This commit is contained in:
parent
aae195b845
commit
fbc8bb81eb
1 changed files with 2 additions and 2 deletions
|
@ -864,10 +864,10 @@ void loop_to_select(Hstr *hstr)
|
||||||
|
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case KEY_HOME:
|
case KEY_HOME:
|
||||||
// TODO implement in pattern cursor jump to beginning
|
// avoids printing of wild chars in search prompt
|
||||||
break;
|
break;
|
||||||
case KEY_END:
|
case KEY_END:
|
||||||
// TODO implement in pattern cursor jump to end
|
// avoids printing of wild chars in search prompt
|
||||||
break;
|
break;
|
||||||
case KEY_DC: // DEL
|
case KEY_DC: // DEL
|
||||||
if(selectionCursorPosition!=SELECTION_CURSOR_IN_PROMPT) {
|
if(selectionCursorPosition!=SELECTION_CURSOR_IN_PROMPT) {
|
||||||
|
|
Loading…
Reference in a new issue