mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +00:00
This doesn't need to be u_int.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -1408,7 +1408,7 @@ int paste_replace(struct paste_stack *, u_int, char *, size_t);
|
||||
|
||||
/* clock.c */
|
||||
extern const char clock_table[14][5][5];
|
||||
void clock_draw(struct screen_write_ctx *, u_int, int);
|
||||
void clock_draw(struct screen_write_ctx *, int, int);
|
||||
|
||||
/* cmd.c */
|
||||
int cmd_pack_argv(int, char **, char *, size_t);
|
||||
|
||||
Reference in New Issue
Block a user