Freeze output when showing display line, fixes problems when no status line.

This commit is contained in:
Nicholas Marriott
2008-06-20 06:36:01 +00:00
parent 89ea06e0a1
commit 17fde823a8
4 changed files with 20 additions and 10 deletions

3
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.155 2008-06-19 23:07:11 nicm Exp $ */
/* $Id: tmux.h,v 1.156 2008-06-20 06:36:01 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -652,6 +652,7 @@ struct tty {
u_char acs[UCHAR_MAX + 1];
#define TTY_NOCURSOR 0x1
#define TTY_FREEZE 0x2
int flags;
size_t ksize; /* maximum key size */