HISTORY_BUTTON_WIDTH 73 lib/widget/input.c (in->history.list != NULL && WIDGET (in)->rect.cols > HISTORY_BUTTON_WIDTH * 2 + 1 \ HISTORY_BUTTON_WIDTH 116 lib/widget/input.c widget_gotoyx (in, 0, WIDGET (in)->rect.cols - HISTORY_BUTTON_WIDTH); HISTORY_BUTTON_WIDTH 122 lib/widget/input.c widget_gotoyx (in, 0, WIDGET (in)->rect.cols - HISTORY_BUTTON_WIDTH + 1); HISTORY_BUTTON_WIDTH 909 lib/widget/input.c if (event->x >= w->rect.cols - HISTORY_BUTTON_WIDTH && should_show_history_button (in)) HISTORY_BUTTON_WIDTH 1203 lib/widget/input.c has_history = HISTORY_BUTTON_WIDTH;