From 5ce853a1c14bab21c79af5470bff7bed07159ec5 Mon Sep 17 00:00:00 2001
From: Quentin Rameau <quinq@fifth.space>
Date: Thu, 8 Sep 2016 12:57:43 +0200
Subject: [PATCH 1/1] st.info: do not prevent st from displaying attributes

With ncv set to 3, we prevent st from displaying A_STANDOUT and
A_UNDERLINE with colors while our virtual terminal is capable of it.
---
 st.info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.info b/st.info
index b70fefa..b9ec445 100644
--- a/st.info
+++ b/st.info
@@ -149,7 +149,7 @@ st| simpleterm,
 	lines#24,
 	mir,
 	msgr,
-	ncv#3,
+	ncv@,
 	npc,
 	op=\E[39;49m,
 	pairs#64,
-- 
2.20.1