]> git.armaanb.net Git - st.git/blobdiff - config.def.h
Move column and row default numbers into config.h
[st.git] / config.def.h
index 32d107dc94347f75a67af3ea2091311ca38597c8..a719e368bd3f620f0e16cc71c55df6d647841132 100644 (file)
@@ -130,6 +130,13 @@ static unsigned int defaultrcs = 257;
  */
 static unsigned int cursorshape = 2;
 
+/*
+ * Default columns and rows numbers
+ */
+
+static unsigned int cols = 80;
+static unsigned int rows = 24;
+
 /*
  * Default colour and shape of the mouse cursor
  */