mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
csi: move 'dim' attribute from 'vt' to cell attributes
This commit is contained in:
parent
6c6543cfeb
commit
770c5e97dd
2 changed files with 3 additions and 4 deletions
|
|
@ -52,6 +52,7 @@ struct rgb { float r, g, b; };
|
|||
* misses) */
|
||||
struct attributes {
|
||||
uint8_t bold:1;
|
||||
uint8_t dim:1;
|
||||
uint8_t italic:1;
|
||||
uint8_t underline:1;
|
||||
uint8_t strikethrough:1;
|
||||
|
|
@ -134,7 +135,6 @@ struct vt {
|
|||
} utf8;
|
||||
struct attributes attrs;
|
||||
struct attributes saved_attrs;
|
||||
bool dim;
|
||||
};
|
||||
|
||||
struct kbd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue