[hackers] [st] Add -T, as recommended by Dmitrij D. Czarkoff || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Fri, 24 Jul 2015 18:24:38 +0200 (CEST)

commit b5e29cce5246f30dc671cbb9486af704bc8cd2fc
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Fri Jul 24 18:24:10 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Fri Jul 24 18:24:10 2015 +0200

    Add -T, as recommended by Dmitrij D. Czarkoff

diff --git a/st.1 b/st.1
index 9548c1a..82e228a 100644
--- a/st.1
+++ b/st.1
_AT_@ -15,6 +15,8 @@ st \- simple terminal
 .IR file ]
 .RB [ \-t
 .IR title ]
+.RB [ \-T
+.IR title ]
 .RB [ \-l
 .IR line ]
 .RB [ \-w
_AT_@ -37,6 +39,8 @@ st \- simple terminal
 .IR file ]
 .RB [ \-t
 .IR title ]
+.RB [ \-T
+.IR title ]
 .RB [ \-l
 .IR line ]
 .RB [ \-w
_AT_@ -79,6 +83,9 @@ standard output.
 .BI \-t " title"
 defines the window title (default 'st').
 .TP
+.BI \-T " title"
+defines the window title (default 'st').
+.TP
 .BI \-w " windowid"
 embeds st within the window identified by
 .I windowid
diff --git a/st.c b/st.c
index f53378c..c384977 100644
--- a/st.c
+++ b/st.c
_AT_@ -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':
Received on Fri Jul 24 2015 - 18:24:38 CEST

This archive was generated by hypermail 2.3.0 : Fri Jul 24 2015 - 18:36:12 CEST