mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Constify utf8_width() function argument.
This commit is contained in:
parent
013b88dfc3
commit
27cfa81110
2
tmux.h
2
tmux.h
@ -1521,7 +1521,7 @@ int session_last(struct session *);
|
||||
|
||||
/* utf8.c */
|
||||
void utf8_build(void);
|
||||
int utf8_width(u_char *);
|
||||
int utf8_width(const u_char *);
|
||||
|
||||
/* util.c */
|
||||
char *section_string(char *, size_t, size_t, size_t);
|
||||
|
Loading…
x
Reference in New Issue
Block a user