From 4cdc228353246ef8e05f89e44e5e7968807ff19d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 18 Jan 2009 21:46:30 +0000 Subject: Unbreak UTF-8. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 556be9bd..8d99927e 100644 --- a/tmux.h +++ b/tmux.h @@ -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 @@ -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 { -- cgit