View | Details | Raw Unified | Return to bug 29574
Collapse All | Expand All

(-)/usr/src/usr.bin/doscmd/tty.org (-1 / +1 lines)
Lines 1676-1682 Link Here
1676
	while (n--) {
1676
	while (n--) {
1677
		if (col >= width) {
1677
		if (col >= width) {
1678
			col = 0;
1678
			col = 0;
1679
			/*tty_index();*/
1679
			tty_index();
1680
		}
1680
		}
1681
		if (row > (height - 1))
1681
		if (row > (height - 1))
1682
			row = 0;
1682
			row = 0;

Return to bug 29574