taglinefilesource code
SCROLL_YWRAP582arch/m68k/console/fbcon.cp->scrollmode = SCROLL_YWRAP;
SCROLL_YWRAP1381arch/m68k/console/fbcon.creturn(y < rows || p->scrollmode != SCROLL_YWRAP ? y : y-rows);
SCROLL_YWRAP1514arch/m68k/console/fbcon.ccase SCROLL_YWRAP:
SCROLL_YWRAP1553arch/m68k/console/fbcon.ccase SCROLL_YWRAP: