Bugzilla – Attachment #49888: xterm patch for bug #115226
False);
}
/* round so that it is unlikely the screen will change size on */
rows = (height - border) / FontHeight(screen);
/* small mouse movements. */
cols = (width - border - ScrollbarWidth(screen)) / FontWidth(screen);
rows = (height + FontHeight(screen) / 2 - border) /
FontHeight(screen);
cols = (width + FontWidth(screen) / 2 - border - ScrollbarWidth(screen)) /
FontWidth(screen);
if (rows < 1)
rows = 1;
if (cols < 1)