Commit fbc8bb81eb11f556444f61f947dd0f4f0ad24544
modified home/end key comment
Author: Norman Köster
Author date (UTC): 2015-05-08 14:51
Committer name: Norman Köster
Committer date (UTC): 2015-05-08 14:51
Parent(s): aae195b845bc6ce4bb44fdada68524cb80b11685
Signing key:
Tree: e4573395bef596b46dd257a1dad9909b7aaf8816
File src/hstr.c changed (mode: 100644) (index 9c19d24..e57f6ff) |
... |
... |
void loop_to_select(Hstr *hstr) |
864 |
864 |
|
|
865 |
865 |
switch (c) { |
switch (c) { |
866 |
866 |
case KEY_HOME: |
case KEY_HOME: |
867 |
|
// TODO implement in pattern cursor jump to beginning |
|
|
867 |
|
// avoids printing of wild chars in search prompt |
868 |
868 |
break; |
break; |
869 |
869 |
case KEY_END: |
case KEY_END: |
870 |
|
// TODO implement in pattern cursor jump to end |
|
|
870 |
|
// avoids printing of wild chars in search prompt |
871 |
871 |
break; |
break; |
872 |
872 |
case KEY_DC: // DEL |
case KEY_DC: // DEL |
873 |
873 |
if(selectionCursorPosition!=SELECTION_CURSOR_IN_PROMPT) { |
if(selectionCursorPosition!=SELECTION_CURSOR_IN_PROMPT) { |