mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-14 07:49:01 +02:00
Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.104 2007-11-27 20:03:08 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.105 2007-11-27 23:01:27 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -332,7 +332,7 @@ struct msg_resize_data {
|
||||
#define ATTR_REVERSE 0x10
|
||||
#define ATTR_HIDDEN 0x20
|
||||
#define ATTR_ITALICS 0x40
|
||||
#define ATTR_DRAWING 0x80 /* line drawing character set */
|
||||
#define ATTR_CHARSET 0x80 /* alternative character set */
|
||||
|
||||
/* Modes. */
|
||||
#define MODE_CURSOR 0x001
|
||||
|
Reference in New Issue
Block a user