mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
ui/compositor: add redraws needed due to intersected doublewidth chars.
This commit is contained in:
@@ -34,6 +34,13 @@ EXTERN const char *ui_ext_names[] INIT(= {
|
||||
|
||||
typedef struct ui_t UI;
|
||||
|
||||
enum {
|
||||
kLineFlagWrap = 1,
|
||||
kLineFlagInvalid = 2,
|
||||
};
|
||||
|
||||
typedef int LineFlags;
|
||||
|
||||
struct ui_t {
|
||||
bool rgb;
|
||||
bool composed;
|
||||
|
Reference in New Issue
Block a user