answer_len = strlen(answer);
statusbar_x = answer_len;
}
- finished = FALSE;
}
#ifndef DISABLE_TABCOMP
else
answer = input_tab(answer, &statusbar_x, &tabbed,
list);
answer_len = strlen(answer);
- finished = FALSE;
}
#endif
break;
answer_len = strlen(history);
}
statusbar_x = answer_len;
+
+ /* This key has a shortcut list entry when it's used
+ * to move to an older search, which means that
+ * finished has been set to TRUE. Set it back to
+ * FALSE here, so that we aren't kicked out of the
+ * statusbar prompt. */
finished = FALSE;
}
#endif
use_cb = 2;
}
statusbar_x = answer_len;
- finished = FALSE;
}
#endif
break;