diff --git a/src/sbbs3/sbbs.h b/src/sbbs3/sbbs.h
index 3eb670b5e4dd70cf8911c603bd2964cabaf9eba4..d3c56bf03613c2365c4be269449ea350696adf86 100644
--- a/src/sbbs3/sbbs.h
+++ b/src/sbbs3/sbbs.h
@@ -246,7 +246,8 @@ public:
 	uchar 	curatr; 		/* Current Text Attributes Always */
 	long 	lncntr; 		/* Line Counter - for PAUSE */
 	long 	tos;			/* Top of Screen */
-	long 	rows;			/* Current Rows for User */
+	long 	rows;			/* Current number of Rows for User */
+	long	cols;			/* Current number of Columns for User */
 	long 	autoterm;		/* Autodetected terminal type */
 	char 	slbuf[SAVE_LINES][LINE_BUFSIZE+1]; /* Saved for redisplay */
 	char 	slatr[SAVE_LINES];	/* Starting attribute of each line */