mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00: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 */
|
/* utf8.c */
|
||||||
void utf8_build(void);
|
void utf8_build(void);
|
||||||
int utf8_width(u_char *);
|
int utf8_width(const u_char *);
|
||||||
|
|
||||||
/* util.c */
|
/* util.c */
|
||||||
char *section_string(char *, size_t, size_t, size_t);
|
char *section_string(char *, size_t, size_t, size_t);
|
||||||
|
Loading…
Reference in New Issue
Block a user