Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Move column and row default numbers into config.h
[st.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
32d107d
..
a719e36
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-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
*/