mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Move column and row default numbers into config.h
This commit is contained in:
parent
e44832408b
commit
c63a87cd93
@ -130,6 +130,13 @@ static unsigned int defaultrcs = 257;
|
||||
*/
|
||||
static unsigned int cursorshape = 2;
|
||||
|
||||
/*
|
||||
* Default columns and rows numbers
|
||||
*/
|
||||
|
||||
static unsigned int cols = 80;
|
||||
static unsigned int rows = 24;
|
||||
|
||||
/*
|
||||
* Default colour and shape of the mouse cursor
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user