diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-14 11:38:52 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-14 11:38:52 +0000 |
commit | 7b4b78b41943082663ba75c7dcfb4e2efa86f4c7 (patch) | |
tree | d0e771c5dcdc91a455e06a352ca6508e7803e867 /tmux.h | |
parent | 7b749eff3510ccf173c029a92c266e91454ce600 (diff) | |
parent | dab63b029e94dcabe335abf7f89c66c28486a542 (diff) | |
download | rtmux-7b4b78b41943082663ba75c7dcfb4e2efa86f4c7.tar.gz rtmux-7b4b78b41943082663ba75c7dcfb4e2efa86f4c7.tar.bz2 rtmux-7b4b78b41943082663ba75c7dcfb4e2efa86f4c7.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -627,7 +627,7 @@ struct utf8_data { u_char have; u_char size; - u_char width; + u_char width; /* 0xff if invalid */ } __packed; /* Grid attributes. */ |