mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-14 07:49:01 +02:00
Undo this and just shut lint up.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.256 2009-01-29 19:24:34 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.257 2009-01-29 19:26:53 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -302,7 +302,7 @@ enum tty_code_code {
|
||||
TTYC_SMSO, /* enter_standout_mode, so */
|
||||
TTYC_SMUL, /* enter_underline_mode, us */
|
||||
};
|
||||
#define NTTYCODE ((int) TTYC_SMUL + 1)
|
||||
#define NTTYCODE (TTYC_SMUL + 1)
|
||||
|
||||
/* Termcap types. */
|
||||
enum tty_code_type {
|
||||
|
Reference in New Issue
Block a user