X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=a719e368bd3f620f0e16cc71c55df6d647841132;hb=c63a87cd936c1eeef14c4c21572e5b782d3df4bc;hp=32d107dc94347f75a67af3ea2091311ca38597c8;hpb=740ada1447a0bf9eb7db327d9433fa0b96e0a4d8;p=st.git diff --git a/config.def.h b/config.def.h index 32d107d..a719e36 100644 --- 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 */