taglinefilesource code
new_y259kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_y271kernel/chr_drv/console.cnew_y += top;
new_y275kernel/chr_drv/console.cif (new_y < 0)
new_y278kernel/chr_drv/console.cif (new_y >= max_y)
new_y281kernel/chr_drv/console.cy = new_y;