diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 21:46:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-18 21:46:30 +0000 |
commit | 4cdc228353246ef8e05f89e44e5e7968807ff19d (patch) | |
tree | 84db6663ac120b9d4a48af7914d88f59da382e52 /tmux.h | |
parent | 7bc8be006eb45af0f5fc1fa6dc79b638d2d1b66f (diff) | |
download | rtmux-4cdc228353246ef8e05f89e44e5e7968807ff19d.tar.gz rtmux-4cdc228353246ef8e05f89e44e5e7968807ff19d.tar.bz2 rtmux-4cdc228353246ef8e05f89e44e5e7968807ff19d.zip |
Unbreak UTF-8.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.240 2009-01-18 18:31:45 nicm Exp $ */ +/* $Id: tmux.h,v 1.241 2009-01-18 21:46:30 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -426,6 +426,7 @@ struct msg_resize_data { #define GRID_FLAG_FG256 0x1 #define GRID_FLAG_BG256 0x2 #define GRID_FLAG_PADDING 0x4 +#define GRID_FLAG_UTF8 0x8 /* Grid cell. */ struct grid_cell { |