osc133: initial patch implementation (#127)
* osc133: initial patch implementation * Specify dependency on reflow or scrollback patch
This commit is contained in:
parent
e7bdaa65d7
commit
fe065cc366
8 changed files with 71 additions and 1 deletions
3
st.h
3
st.h
|
|
@ -70,6 +70,9 @@ enum glyph_attribute {
|
|||
ATTR_HIGHLIGHT = 1 << 17,
|
||||
#endif // KEYBOARDSELECT_PATCH
|
||||
ATTR_BOLD_FAINT = ATTR_BOLD | ATTR_FAINT,
|
||||
#if OSC133_PATCH
|
||||
ATTR_FTCS_PROMPT = 1 << 18, /* OSC 133 ; A ST */
|
||||
#endif // OSC133_PATCH
|
||||
};
|
||||
|
||||
#if SIXEL_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue