taglinefilesource code
new_x279drivers/char/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
new_x283drivers/char/console.cif (new_x < 0)
new_x286drivers/char/console.cif (new_x >= video_num_columns)
new_x289drivers/char/console.cx = new_x;