添加记录和恢复光标在每个 monitor 中的位置功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user