From 31422336037912a158400d50828d575bed6f93f5 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 6 Aug 2019 16:03:00 -0400 Subject: [PATCH] use 82x32 --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 628c3de..3181e75 100644 --- a/config.def.h +++ b/config.def.h @@ -157,8 +157,8 @@ static unsigned int cursorshape = 2; * Default columns and rows numbers */ -static unsigned int cols = 80; -static unsigned int rows = 30; +static unsigned int cols = 82; +static unsigned int rows = 32; /* * Default colour and shape of the mouse cursor