REDISPLAY_HISTORY_SIZE 154 src/dispnew.c static struct redisplay_history redisplay_history[REDISPLAY_HISTORY_SIZE]; REDISPLAY_HISTORY_SIZE 176 src/dispnew.c if (history_idx >= REDISPLAY_HISTORY_SIZE) REDISPLAY_HISTORY_SIZE 204 src/dispnew.c if (history_idx >= REDISPLAY_HISTORY_SIZE) REDISPLAY_HISTORY_SIZE 225 src/dispnew.c i = REDISPLAY_HISTORY_SIZE - 1;