mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
grid_marker_cell is no longer used.
This commit is contained in:
parent
74b2c40b1b
commit
592cb73a69
1
tmux.h
1
tmux.h
@ -1940,7 +1940,6 @@ int attributes_fromstring(const char *);
|
|||||||
|
|
||||||
/* grid.c */
|
/* grid.c */
|
||||||
extern const struct grid_cell grid_default_cell;
|
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);
|
struct grid *grid_create(u_int, u_int, u_int);
|
||||||
void grid_destroy(struct grid *);
|
void grid_destroy(struct grid *);
|
||||||
int grid_compare(struct grid *, struct grid *);
|
int grid_compare(struct grid *, struct grid *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user