From: Roberto E. Vargas Caballero Date: Thu, 7 Aug 2014 08:19:48 +0000 (+0200) Subject: Remove ul capability X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/821a6e00a5a9395f40c10c00d19c569bd0f2688e?ds=sidebyside;hp=821a6e00a5a9395f40c10c00d19c569bd0f2688e 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. ---