ui/compositor: add redraws needed due to intersected doublewidth chars.

This commit is contained in:
Björn Linse
2019-01-24 21:37:38 +01:00
parent 2405cf8255
commit 69bdc4f072
9 changed files with 99 additions and 68 deletions

View File

@@ -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;