fix boxdraw/selcolor bug
This commit is contained in:
parent
bb54a7174b
commit
53174378c9
1 changed files with 1 additions and 1 deletions
2
st.h
2
st.h
|
@ -35,7 +35,7 @@ enum glyph_attribute {
|
|||
ATTR_WIDE = 1 << 9,
|
||||
ATTR_WDUMMY = 1 << 10,
|
||||
ATTR_BOXDRAW = 1 << 11,
|
||||
ATTR_SELECTED = 1 << 11,
|
||||
ATTR_SELECTED = 1 << 12,
|
||||
ATTR_BOLD_FAINT = ATTR_BOLD | ATTR_FAINT,
|
||||
ATTR_DIRTYUNDERLINE = 1 << 15,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue