summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann2015-07-24 18:24:10 +0200
committerChristoph Lohmann2015-07-24 18:24:10 +0200
commitb5e29cce5246f30dc671cbb9486af704bc8cd2fc (patch)
treeab1315a4fea42ae549841c6e069c7ae86e05dd5b /st.c
parent4a193b96862c8ed7147048592aa4a898b3c05b5b (diff)
downloadst-b5e29cce5246f30dc671cbb9486af704bc8cd2fc.tar.gz
st-b5e29cce5246f30dc671cbb9486af704bc8cd2fc.tar.xz
st-b5e29cce5246f30dc671cbb9486af704bc8cd2fc.zip
Add -T, as recommended by Dmitrij D. Czarkoff
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[])
opt_line = EARGF(usage());
break;
case 't':
+ case 'T':
opt_title = EARGF(usage());
break;
case 'w':