aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 7804316..530d7e4 100644
--- a/st.c
+++ b/st.c
@@ -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':