添加记录和恢复光标在每个 monitor 中的位置功能

This commit is contained in:
2026-01-13 12:29:49 +08:00
parent 5e22aed718
commit ced78b004f
8 changed files with 61 additions and 0 deletions

View File

@@ -11,3 +11,7 @@ typedef struct extent_in_bar_t {
int16_t start;
int16_t end;
} extent_in_bar_t;
typedef struct point_t {
int16_t x, y;
} point_t;