mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Hide cursor with flag.
This commit is contained in:
5
tmux.h
5
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.154 2008-06-19 20:45:21 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.155 2008-06-19 23:07:11 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -651,6 +651,9 @@ struct tty {
|
||||
|
||||
u_char acs[UCHAR_MAX + 1];
|
||||
|
||||
#define TTY_NOCURSOR 0x1
|
||||
int flags;
|
||||
|
||||
size_t ksize; /* maximum key size */
|
||||
RB_HEAD(tty_keys, tty_key) ktree;
|
||||
};
|
||||
|
Reference in New Issue
Block a user