change size of default window

This commit is contained in:
q3aql 2022-07-30 18:21:05 +02:00
parent 968ae5300b
commit bb3f873aae
2 changed files with 4 additions and 4 deletions

View File

@ -155,8 +155,8 @@ static Rune stcursor = 0x2603; /* snowman ("☃") */
* Default columns and rows numbers
*/
static unsigned int cols = 80;
static unsigned int rows = 24;
static unsigned int cols = 123;
static unsigned int rows = 33;
/*
* Default colour and shape of the mouse cursor

View File

@ -155,8 +155,8 @@ static Rune stcursor = 0x2603; /* snowman ("☃") */
* Default columns and rows numbers
*/
static unsigned int cols = 80;
static unsigned int rows = 24;
static unsigned int cols = 123;
static unsigned int rows = 33;
/*
* Default colour and shape of the mouse cursor