st

my customized st build
git clone git://git.hanetzok.net/st
Log | Files | Refs | README | LICENSE

commit 7e7ca1d565bf21c825f96caf60e863dd496e2b42
parent c030d5a2305275d4b30c80bb4287cbbdbc4613ea
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Tue, 28 Oct 2025 10:37:24 +0100

change default size

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -150,8 +150,8 @@ static unsigned int cursorshape = 2; * Default columns and rows numbers */ -static unsigned int cols = 80; -static unsigned int rows = 24; +static unsigned int cols = 120; +static unsigned int rows = 48; /* * Default colour and shape of the mouse cursor