mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
set-option command to set meta.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.42 2007-10-04 09:30:53 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.43 2007-10-04 10:11:32 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -466,6 +466,7 @@ enum cmd_type {
|
||||
CMD_NEWWINDOW,
|
||||
CMD_NEXTWINDOW,
|
||||
CMD_PREVIOUSWINDOW,
|
||||
CMD_SETOPTION,
|
||||
CMD_UNBINDKEY,
|
||||
};
|
||||
|
||||
@ -538,6 +539,7 @@ extern const struct cmd_entry cmd_new_session_entry;
|
||||
extern const struct cmd_entry cmd_new_window_entry;
|
||||
extern const struct cmd_entry cmd_next_window_entry;
|
||||
extern const struct cmd_entry cmd_previous_window_entry;
|
||||
extern const struct cmd_entry cmd_set_option_entry;
|
||||
extern const struct cmd_entry cmd_unbind_key_entry;
|
||||
|
||||
/* client.c */
|
||||
|
Reference in New Issue
Block a user