From bb3f873aae28ec313ecae16025c6f5519b9e89d0 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 30 Jul 2022 18:21:05 +0200 Subject: [PATCH] change size of default window --- config.def.h | 4 ++-- config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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