✨ Resized default terminal size in float
This commit is contained in:
parent
da7e6c8892
commit
6beb8a200f
4 changed files with 4 additions and 2 deletions
|
|
@ -151,8 +151,10 @@ static unsigned int cursorshape = 2;
|
||||||
* Default columns and rows numbers
|
* Default columns and rows numbers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static unsigned int cols = 80;
|
// static unsigned int cols = 80;
|
||||||
static unsigned int rows = 24;
|
static unsigned int cols = 140;
|
||||||
|
// static unsigned int rows = 24;
|
||||||
|
static unsigned int rows = 36;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Default colour and shape of the mouse cursor
|
* Default colour and shape of the mouse cursor
|
||||||
|
|
|
||||||
BIN
st/st
BIN
st/st
Binary file not shown.
BIN
st/st.o
BIN
st/st.o
Binary file not shown.
BIN
st/x.o
BIN
st/x.o
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue