mirror of
https://github.com/tmux/tmux.git
synced 2025-10-17 15:21:45 +00:00
Use a predefined structure for not-space cells used to set attributes.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -1862,6 +1862,7 @@ int attributes_fromstring(const char *);
|
||||
|
||||
/* grid.c */
|
||||
extern const struct grid_cell grid_default_cell;
|
||||
extern const struct grid_cell grid_marker_cell;
|
||||
struct grid *grid_create(u_int, u_int, u_int);
|
||||
void grid_destroy(struct grid *);
|
||||
int grid_compare(struct grid *, struct grid *);
|
||||
|
Reference in New Issue
Block a user