Move column and row default numbers into config.h
This commit is contained in:
parent
e44832408b
commit
c63a87cd93
2 changed files with 7 additions and 2 deletions
2
st.c
2
st.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue