COLWIDTH
#define DRIVESPERLINE ((getmaxx(wnd) + 1) / COLWIDTH)
if (col + COLWIDTH - 1 > getmaxx(wnd)) {
col += COLWIDTH;
if (col + COLWIDTH - 1 > getmaxx(wnd)) {
col += COLWIDTH;