diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4315,7 +4315,7 @@ main(int argc, char *argv[]) | |||
4315 | 4315 | ||
4316 | xw.l = xw.t = 0; | 4316 | xw.l = xw.t = 0; |
4317 | xw.isfixed = False; | 4317 | xw.isfixed = False; |
4318 | xw.cursor = 0; | 4318 | xw.cursor = cursorshape; |
4319 | 4319 | ||
4320 | ARGBEGIN { | 4320 | ARGBEGIN { |
4321 | case 'a': | 4321 | case 'a': |