HelenOS sources

SCROLLBACK_MAX_LINES  869 uspace/app/terminal/terminal.c 		(void) termui_resize(term->termui, term->w / FONT_WIDTH, term->h / FONT_SCANLINES, SCROLLBACK_MAX_LINES);
SCROLLBACK_MAX_LINES 1093 uspace/app/terminal/terminal.c 	    term->h / FONT_SCANLINES, SCROLLBACK_MAX_LINES);
HelenOS homepage, sources at GitHub