REDISPLAY_HISTORY_SIZE 150 src/dispnew.c static struct redisplay_history redisplay_history[REDISPLAY_HISTORY_SIZE]; REDISPLAY_HISTORY_SIZE 172 src/dispnew.c if (history_idx >= REDISPLAY_HISTORY_SIZE) REDISPLAY_HISTORY_SIZE 200 src/dispnew.c if (history_idx >= REDISPLAY_HISTORY_SIZE) REDISPLAY_HISTORY_SIZE 221 src/dispnew.c i = REDISPLAY_HISTORY_SIZE - 1;