Add some UTF-8 utility functions and use them to prevent the width limit
authornicm <nicm@openbsd.org>
Thu, 17 Apr 2014 15:37:55 +0000 (15:37 +0000)
committernicm <nicm@openbsd.org>
Thu, 17 Apr 2014 15:37:55 +0000 (15:37 +0000)
commit4b2ce9a7dbed38bb7e56268beeeb46b5123ce362
treeb2c92e78e781efd4045d680b4780c41a47cb6f61
parent98edac3a3bf63a907ccbcc7d700374e7cdcb73c2
Add some UTF-8 utility functions and use them to prevent the width limit
on formats from splitting UTF-8 characters improperly.
usr.bin/tmux/format.c
usr.bin/tmux/tmux.h
usr.bin/tmux/utf8.c