Searched refs:screenbuf (Results 1 – 1 of 1) sorted by relevance
68 static char *screenbuf = NULL; variable133 if (screenbuf != NULL) in display_resize()135 free(screenbuf); in display_resize()146 screenbuf = calloc(lines, screen_width); in display_resize()147 if (screenbuf == NULL) in display_resize()842 base = smart_terminal ? screenbuf + lineindex(line) : screenbuf; in i_process()860 bufferline = &screenbuf[lineindex(line)]; in u_process()941 while ((void) clear_eol(strlen(&screenbuf[lineindex(i++)])), i < last_hi) in u_endscreen()