diff --git a/config.def.h b/config.def.h index 1dd8e77..ad67cb4 100644 --- a/config.def.h +++ b/config.def.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 diff --git a/config.h b/config.h index 1dd8e77..ad67cb4 100644 --- a/config.h +++ b/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