diff options
author | fpqc <harry.gindi@live.com> | 2016-12-14 06:51:27 +0000 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2016-12-16 10:50:23 +0100 |
commit | c63a87cd936c1eeef14c4c21572e5b782d3df4bc (patch) | |
tree | babe8cd065384acd7a0d798daaf94bbd584b0fe8 /st.c | |
parent | e44832408bb3147826c346872b49de105a4d0e0b (diff) | |
download | st-c63a87cd936c1eeef14c4c21572e5b782d3df4bc.tar.gz st-c63a87cd936c1eeef14c4c21572e5b782d3df4bc.zip |
Move column and row default numbers into config.h
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4471,8 +4471,6 @@ usage(void) | |||
4471 | int | 4471 | int |
4472 | main(int argc, char *argv[]) | 4472 | main(int argc, char *argv[]) |
4473 | { | 4473 | { |
4474 | uint cols = 80, rows = 24; | ||
4475 | |||
4476 | xw.l = xw.t = 0; | 4474 | xw.l = xw.t = 0; |
4477 | xw.isfixed = False; | 4475 | xw.isfixed = False; |
4478 | xw.cursor = cursorshape; | 4476 | xw.cursor = cursorshape; |