aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorfpqc2016-12-14 06:51:27 +0000
committerQuentin Rameau2016-12-16 10:50:23 +0100
commit715e2db1f359444acc776718a19488a217a88b3e (patch)
treefb6fdb5159fdf184d9747609e1fd7078b58b1dbc /config.def.h
parent7f5ef17f79a7387d4e158201fad265c19cd63425 (diff)
downloadaur-715e2db1f359444acc776718a19488a217a88b3e.tar.gz
Move column and row default numbers into config.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 32d107dc9434..a719e368bd3f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -131,6 +131,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
*/
static unsigned int mouseshape = XC_xterm;