diff --git a/st/config.h b/st/config.h index 232aedfb..8126c67f 100644 --- a/st/config.h +++ b/st/config.h @@ -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 diff --git a/st/st b/st/st index a41f50a5..8a54739c 100755 Binary files a/st/st and b/st/st differ diff --git a/st/st.o b/st/st.o index 5938ab39..7819f18c 100644 Binary files a/st/st.o and b/st/st.o differ diff --git a/st/x.o b/st/x.o index 19fab163..d2b80074 100644 Binary files a/st/x.o and b/st/x.o differ