commit 821a6e00a5a9395f40c10c00d19c569bd0f2688e
Author: Roberto E. Vargas Caballero <[email protected]>
Date:   Thu Aug 7 10:19:48 2014 +0200

    Remove ul capability
    
    This capability indicates that underscore '_' overstrike current
    letter under the cursor. It means that you can generate a
    underline 'b' using 'b^H_', because it writes a 'b' then backward
    one characther and then overstrike '_'. St has not such behaviour,
    so it is an error to have this capability.

diff --git a/st.info b/st.info
index 3a01a08..7b4e4f6 100644
--- a/st.info
+++ b/st.info
@@ -183,7 +183,6 @@ st| simpleterm,
        smul=\E[4m,
        tbc=\E[3g,
        tsl=\E]0;,
-       ul,
        xenl,
        vpa=\E[%i%p1%dd,
 


Reply via email to