diff --git a/terminal.c b/terminal.c index 117ac74d..906f2526 100644 --- a/terminal.c +++ b/terminal.c @@ -1384,7 +1384,7 @@ void term_reconfig(Terminal *term, Config *cfg) */ void term_clrsb(Terminal *term) { - termline *line; + unsigned char *line; term->disptop = 0; while ((line = delpos234(term->scrollback, 0)) != NULL) { sfree(line); /* this is compressed data, not a termline */