refactor(float): extract "title" and "title_pos" handling

This commit is contained in:
Evgeni Chasnovski
2023-08-25 10:53:29 +03:00
parent afd0c648a8
commit 617fd5bdc6
4 changed files with 111 additions and 61 deletions

View File

@@ -936,6 +936,10 @@ typedef enum {
kAlignRight = 2,
} AlignTextPos;
typedef enum {
kBorderTextTitle = 0,
} BorderTextType;
typedef struct {
Window window;
lpos_T bufpos;