refactor(drawline): move inline text code to its own function

This commit is contained in:
bfredl
2023-05-22 12:46:12 +02:00
parent c5528e7fd8
commit 6eeb28845a
2 changed files with 109 additions and 100 deletions

View File

@@ -17,7 +17,6 @@ typedef struct {
int cts_cur_text_width_left; // width of virtual text left of cursor
int cts_cur_text_width_right; // width of virtual text right of cursor
MarkTreeIter cts_iter[1];
// TODO(bfredl): iterator in to the marktree for scanning virt text
int cts_vcol; // virtual column at current position
} chartabsize_T;