diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-12 14:01:14 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-12 14:01:14 +0000 |
commit | 4f88344df30bca9fbcf670f1bf749ddba3f42397 (patch) | |
tree | 3f7fc19e7e565d40579da61935d7db3cb89eac54 /tmux.h | |
parent | 5f483499f3a7b98da9ac67cd62ed91034a5949ed (diff) | |
parent | a209ea3953ba16742f6f6bb19b76ffdb1200960e (diff) | |
download | rtmux-4f88344df30bca9fbcf670f1bf749ddba3f42397.tar.gz rtmux-4f88344df30bca9fbcf670f1bf749ddba3f42397.tar.bz2 rtmux-4f88344df30bca9fbcf670f1bf749ddba3f42397.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2184,7 +2184,7 @@ void session_group_synchronize1(struct session *, struct session *); void session_renumber_windows(struct session *); /* utf8.c */ -void utf8_build(void); +u_int utf8_width(u_int); void utf8_set(struct utf8_data *, u_char); int utf8_open(struct utf8_data *, u_char); int utf8_append(struct utf8_data *, u_char); @@ -2197,6 +2197,7 @@ struct utf8_data *utf8_fromcstr(const char *); char *utf8_tocstr(struct utf8_data *); u_int utf8_cstrwidth(const char *); char *utf8_trimcstr(const char *, u_int); +char *utf8_padcstr(const char *, u_int); /* osdep-*.c */ char *osdep_get_name(int, char *); |