MAXLINES
# define screen_lines(sp) MAXLINES
oldnums[MAXLINES];
# define screen_lines(sp) MAXLINES
static int oldnums[MAXLINES], reallines[MAXLINES];
static NCURSES_CH_T oldtext[MAXLINES][TEXTWIDTH(sp)];
static NCURSES_CH_T newtext[MAXLINES][TEXTWIDTH(sp)];