From: Michael Forney Date: Sat, 26 Jul 2014 07:48:15 +0000 (-0700) Subject: Fix disabling of bold and fastblink X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/b4dfa18124451f9ee29a0719ef36ffd58fae4477?ds=sidebyside;hp=b4dfa18124451f9ee29a0719ef36ffd58fae4477 Fix disabling of bold and fastblink According to ECMA-48¹ 8.3.117, an attribute value of 21 is "doubly underlined", while 22 is "normal colour or normal intensity (neither bold nor faint)". Additionally, 25 is "steady (not blinking)", which likely means neither slow blink nor fast blink. ¹: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf Signed-off-by: Roberto E. Vargas Caballero ---