Initial commit with heading and form navigation keys added.
This commit is contained in:
2
linein.c
2
linein.c
@@ -208,7 +208,7 @@ inputLineHistSearch(char *prompt, char *def_str, int flag, Hist *hist,
|
||||
else if (!i_quote && c < 0x20) { /* Control code */
|
||||
if (incrfunc == NULL
|
||||
|| (c = incrfunc((int)c, strBuf, strProp)) < 0x20)
|
||||
(*InputKeymap[(int)c]) (c);
|
||||
(*InputKeymap[(int)c]) ();
|
||||
if (incrfunc && c != (unsigned char)-1 && c != CTRL_J)
|
||||
incrfunc(-1, strBuf, strProp);
|
||||
if (cm_clear)
|
||||
|
Reference in New Issue
Block a user