diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-07-24 18:24:10 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-07-24 18:24:10 +0200 |
commit | b5e29cce5246f30dc671cbb9486af704bc8cd2fc (patch) | |
tree | ab1315a4fea42ae549841c6e069c7ae86e05dd5b /st.c | |
parent | 4a193b96862c8ed7147048592aa4a898b3c05b5b (diff) |
Add -T, as recommended by Dmitrij D. Czarkoff
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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': |