taglinefilesource code
new_y278kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y290kernel/chr_drv/console.cnew_y += top;
new_y294kernel/chr_drv/console.cif (new_y < 0)
new_y297kernel/chr_drv/console.cif (new_y >= max_y)
new_y300kernel/chr_drv/console.cy = new_y;