t_lines
t_lines(screen->term) = 1;
screen->LINES = t_lines(screen->term);
t_lines(*nterm) = (short)win.ws_row;
t_lines(*nterm) = (short)strtol(p, NULL, 0);
#define lines t_lines(cur_term)