소스 검색

Adding another bold off sequence.

Christoph Lohmann 12 년 전
부모
커밋
d018c9c8ef
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      st.c

+ 1 - 0
st.c

@@ -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;