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