prefix-time option to allow multiple commands without additional prefixes.

This commit is contained in:
Nicholas Marriott
2009-01-12 23:37:02 +00:00
parent e099a78b4c
commit 60bfaf5bae
6 changed files with 37 additions and 22 deletions

5
tmux.h
View File

@ -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. */