aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index f53378c..c384977 100644
--- a/st.c
+++ b/st.c
@@ -4302,6 +4302,7 @@ main(int argc, char *argv[])
4302 opt_line = EARGF(usage()); 4302 opt_line = EARGF(usage());
4303 break; 4303 break;
4304 case 't': 4304 case 't':
4305 case 'T':
4305 opt_title = EARGF(usage()); 4306 opt_title = EARGF(usage());
4306 break; 4307 break;
4307 case 'w': 4308 case 'w':