mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
prefix-time option to allow multiple commands without additional prefixes.
This commit is contained in:
5
tmux.h
5
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.227 2009-01-12 22:48:00 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.228 2009-01-12 23:37:02 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -741,6 +741,7 @@ struct client {
|
||||
|
||||
struct tty tty;
|
||||
struct timeval status_timer;
|
||||
struct timeval command_timer;
|
||||
|
||||
u_int sx;
|
||||
u_int sy;
|
||||
@ -887,7 +888,7 @@ struct set_option_entry {
|
||||
};
|
||||
extern const struct set_option_entry set_option_table[];
|
||||
extern const struct set_option_entry set_window_option_table[];
|
||||
#define NSETOPTION 19
|
||||
#define NSETOPTION 20
|
||||
#define NSETWINDOWOPTION 12
|
||||
|
||||
/* Edit keys. */
|
||||
|
Reference in New Issue
Block a user