mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: apply a dimmed overlay while in Unicode input mode
This commit is contained in:
parent
a36848a4ad
commit
e249b52abd
3 changed files with 36 additions and 8 deletions
|
|
@ -289,9 +289,10 @@ enum term_surface {
|
|||
};
|
||||
|
||||
enum overlay_style {
|
||||
OVERLAY_NONE = 0,
|
||||
OVERLAY_SEARCH = 1,
|
||||
OVERLAY_FLASH = 2,
|
||||
OVERLAY_NONE,
|
||||
OVERLAY_SEARCH,
|
||||
OVERLAY_FLASH,
|
||||
OVERLAY_UNICODE_MODE,
|
||||
};
|
||||
|
||||
typedef tll(struct ptmx_buffer) ptmx_buffer_list_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue