From 06f8cf8ca87a81db15816658c40b2afcd1ad5332 Mon Sep 17 00:00:00 2001
From: "pl@ninthfloor.org" <pl@ninthfloor.org>
Date: Fri, 11 Nov 2016 17:45:46 +0100
Subject: [PATCH] Add tmux capabilities to st.info

---
 st.info | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/st.info b/st.info
index d411be7..13cc8eb 100644
--- a/st.info
+++ b/st.info
@@ -185,7 +185,10 @@ st| simpleterm,
 	tsl=\E]0;,
 	xenl,
 	vpa=\E[%i%p1%dd,
-
+# Tmux unofficial extensions, see TERMINFO EXTENSIONS in tmux(1)
+	Se,
+	Ss,
+	Tc,
 
 st-256color| simpleterm with 256 colors,
 	use=st,
-- 
2.20.1