Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
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':