change size of default window
This commit is contained in:
parent
968ae5300b
commit
bb3f873aae
|
@ -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
|
||||
|
|
4
config.h
4
config.h
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user