~petersanchez/st

6cb6d61525931c88971cce323f63e40451a6d365 — Quentin Rameau 6 years ago 5a10aca
Add bold off SGR
1 files changed, 3 insertions(+), 0 deletions(-)

M st.c
M st.c => st.c +3 -0
@@ 1402,6 1402,9 @@ tsetattr(int *attr, int l)
		case 9:
			term.c.attr.mode |= ATTR_STRUCK;
			break;
		case 21:
			term.c.attr.mode &= ~ATTR_BOLD;
			break;
		case 22:
			term.c.attr.mode &= ~(ATTR_BOLD | ATTR_FAINT);
			break;