Resized default terminal size in float

This commit is contained in:
z3rOR0ne 2022-12-20 01:51:41 -08:00
parent da7e6c8892
commit 6beb8a200f
4 changed files with 4 additions and 2 deletions

View file

@ -151,8 +151,10 @@ static unsigned int cursorshape = 2;
* Default columns and rows numbers
*/
static unsigned int cols = 80;
static unsigned int rows = 24;
// static unsigned int cols = 80;
static unsigned int cols = 140;
// static unsigned int rows = 24;
static unsigned int rows = 36;
/*
* Default colour and shape of the mouse cursor

BIN
st/st

Binary file not shown.

BIN
st/st.o

Binary file not shown.

BIN
st/x.o

Binary file not shown.