while (n--) {
if (col >= width) {
col = 0;
/*tty_index();*/
tty_index();
}
if (row > (height - 1))
row = 0;