~petersanchez/st

c63a87cd936c1eeef14c4c21572e5b782d3df4bc — fpqc 7 years ago e448324
Move column and row default numbers into config.h
2 files changed, 7 insertions(+), 2 deletions(-)

M config.def.h
M st.c
M config.def.h => config.def.h +7 -0
@@ 131,6 131,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
 */
static unsigned int mouseshape = XC_xterm;

M st.c => st.c +0 -2
@@ 4471,8 4471,6 @@ usage(void)
int
main(int argc, char *argv[])
{
	uint cols = 80, rows = 24;

	xw.l = xw.t = 0;
	xw.isfixed = False;
	xw.cursor = cursorshape;