diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:33:20 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:33:20 +0000 |
commit | 7836298f296f8f41407dc4a6dbdb4aac1e3d4b96 (patch) | |
tree | 6c4071f585ae3f50e4fe2494f018b12226387c5d /tmux.h | |
parent | eb5638f3e7d4e85130555159751899736d1a5a6d (diff) | |
download | rtmux-7836298f296f8f41407dc4a6dbdb4aac1e3d4b96.tar.gz rtmux-7836298f296f8f41407dc4a6dbdb4aac1e3d4b96.tar.bz2 rtmux-7836298f296f8f41407dc4a6dbdb4aac1e3d4b96.zip |
Allow use of alt keys. move-window command.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.168 2008-06-25 07:30:08 nicm Exp $ */ +/* $Id: tmux.h,v 1.169 2008-06-25 20:33:20 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -958,6 +958,7 @@ extern const struct cmd_entry cmd_list_commands_entry; extern const struct cmd_entry cmd_list_keys_entry; extern const struct cmd_entry cmd_list_sessions_entry; extern const struct cmd_entry cmd_list_windows_entry; +extern const struct cmd_entry cmd_move_window_entry; 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; |