mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
UI: implement 'pumblend' option for semi-transparent popupmenu
Why? - Because we can. - Because the TUI is just another GUI™ - Because it looks kinda nice, and provides useful context like 1 out of 100 times Complies with "don't pay for what you don't use". Some crashes for resizing were unfolded, add tests for those.
This commit is contained in:
@@ -160,6 +160,8 @@ typedef enum {
|
||||
kHlSyntax,
|
||||
kHlTerminal,
|
||||
kHlCombine,
|
||||
kHlBlend,
|
||||
kHlBlendThrough,
|
||||
} HlKind;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user