fix ^[22m: no bold/bright, no faint

This commit is contained in:
Boris Faure 2014-03-03 23:02:17 +01:00
parent 28fcabc860
commit 2063e2f4f4
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ _handle_esc_csi_color_set(Termpty *ty, Eina_Unicode **ptr)
case 21: // no bold/bright
ty->state.att.bold = 0;
break;
case 22: // no faint
case 22: // no bold/bright, no faint
ty->state.att.bold = 0;
ty->state.att.faint = 0;
break;
case 23: // no italic