t_pad_char
screen->padchar = t_pad_char(screen->term) ?
t_pad_char(screen->term)[0] : 0;
#define pad_char t_pad_char(cur_term)
if (t_pad_char(term) == NULL)
pc = *t_pad_char(term);