taglinefilesource code
rlth400drivers/char/console.clong ol, nl, rlth, rrem;
rlth447drivers/char/console.crlth = MIN(osr, sr);
rlth448drivers/char/console.crrem = sr - rlth;
rlth455drivers/char/console.cmemcpy((void *) nl, (void *) ol, rlth);
rlth457drivers/char/console.cmemsetw((void *)(nl + rlth), video_erase_char, rrem);