has_history      1187 lib/widget/input.c     int has_history = 0;
has_history      1203 lib/widget/input.c         has_history = HISTORY_BUTTON_WIDTH;
has_history      1213 lib/widget/input.c     if ((pw < in->term_first_shown) || (pw >= in->term_first_shown + w->cols - has_history))
has_history      1220 lib/widget/input.c     if (has_history != 0)
has_history      1236 lib/widget/input.c                                                   w->cols - has_history));
has_history      1245 lib/widget/input.c                                          w->cols - has_history);
has_history      1261 lib/widget/input.c                               (w->cols - has_history) - (buf_width - in->term_first_shown));
has_history      1272 lib/widget/input.c         cp = str_term_substring (in->buffer->str, in->term_first_shown, w->cols - has_history);
has_history      1274 lib/widget/input.c         for (i = 0; i < w->cols - has_history; i++)