HelenOS sources

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