diff options
Diffstat (limited to 'st/config.h')
-rw-r--r-- | st/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h index b489084..3b4b41e 100644 --- a/st/config.h +++ b/st/config.h @@ -147,8 +147,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 = 100; +static unsigned int rows = 50; /* * Default colour and shape of the mouse cursor |