refactor: drop all c_(u)int usage in Plane
The use of c_int and c_uint comes from the days when flow supported building agains notcurses has a c API.
This commit is contained in:
parent
35be98f95c
commit
25d5f80a4c
8 changed files with 87 additions and 84 deletions
|
|
@ -439,8 +439,8 @@ const Tab = struct {
|
|||
tabbar: *TabBar,
|
||||
buffer_ref: usize,
|
||||
tab_style: *const Style,
|
||||
close_pos: ?c_uint = null,
|
||||
save_pos: ?c_uint = null,
|
||||
close_pos: ?i32 = null,
|
||||
save_pos: ?i32 = null,
|
||||
on_event: ?EventHandler = null,
|
||||
|
||||
const Mode = enum { active, inactive, selected };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue