Add -T, as recommended by Dmitrij D. Czarkoff
[st.git] / st.c
diff --git a/st.c b/st.c
index f53378c..c384977 100644 (file)
--- a/st.c
+++ b/st.c
@@ -4302,6 +4302,7 @@ main(int argc, char *argv[])
                opt_line = EARGF(usage());
                break;
        case 't':
+       case 'T':
                opt_title = EARGF(usage());
                break;
        case 'w':