URI:
       tAdding another bold off sequence. - st - [fork] customized build of st, the simple terminal
  HTML git clone git://src.adamsgaard.dk/st
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d018c9c8efc3e1781d84d7b7d24e9531bb841b34
   DIR parent 720cb816dcff55f8b75bdc2a8ffa265f460f5d55
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 13 Sep 2012 07:04:34 +0200
       
       Adding another bold off sequence.
       
       Diffstat:
         M st.c                                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/st.c b/st.c
       t@@ -1171,6 +1171,7 @@ tsetattr(int *attr, int l) {
                        case 7:
                                term.c.attr.mode |= ATTR_REVERSE;
                                break;
       +                case 21:
                        case 22:
                                term.c.attr.mode &= ~ATTR_BOLD;
                                break;