[hackers] [st][PATCH] Added "-T" flag as alias for "-t"

From: Dmitrij D. Czarkoff <czarkoff_AT_gmail.com>
Date: Fri, 24 Jul 2015 18:18:40 +0200

This is required for some software that calls terminal via execve(2) assuming
that the terminal is compatible with xterm. One such example is cwm window
manager.
---
 st.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c
index f53378c..4839bf4 100644
--- a/st.c
+++ b/st.c
_AT_@ -4301,7 +4301,7 @@ main(int argc, char *argv[])
 	case 'l':
 		opt_line = EARGF(usage());
 		break;
-	case 't':
+	case 't': case 'T':
 		opt_title = EARGF(usage());
 		break;
 	case 'w':
-- 
Dmitrij D. Czarkoff
Received on Fri Jul 24 2015 - 18:18:40 CEST

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