tmux.h (21ced74d) tmux.h (e74cd7aa)
1/* $OpenBSD: tmux.h,v 1.106 2009/09/20 17:27:18 nicm Exp $ */
1/* $OpenBSD: tmux.h,v 1.107 2009/09/20 19:15:02 nicm Exp $ */
2
3/*
4 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *

--- 1323 unchanged lines hidden (view full) ---

1333extern const struct cmd_entry cmd_previous_layout_entry;
1334extern const struct cmd_entry cmd_previous_window_entry;
1335extern const struct cmd_entry cmd_refresh_client_entry;
1336extern const struct cmd_entry cmd_rename_session_entry;
1337extern const struct cmd_entry cmd_rename_window_entry;
1338extern const struct cmd_entry cmd_resize_pane_entry;
1339extern const struct cmd_entry cmd_respawn_window_entry;
1340extern const struct cmd_entry cmd_rotate_window_entry;
2
3/*
4 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *

--- 1323 unchanged lines hidden (view full) ---

1333extern const struct cmd_entry cmd_previous_layout_entry;
1334extern const struct cmd_entry cmd_previous_window_entry;
1335extern const struct cmd_entry cmd_refresh_client_entry;
1336extern const struct cmd_entry cmd_rename_session_entry;
1337extern const struct cmd_entry cmd_rename_window_entry;
1338extern const struct cmd_entry cmd_resize_pane_entry;
1339extern const struct cmd_entry cmd_respawn_window_entry;
1340extern const struct cmd_entry cmd_rotate_window_entry;
1341extern const struct cmd_entry cmd_run_shell_entry;
1341extern const struct cmd_entry cmd_save_buffer_entry;
1342extern const struct cmd_entry cmd_scroll_mode_entry;
1343extern const struct cmd_entry cmd_select_layout_entry;
1344extern const struct cmd_entry cmd_select_pane_entry;
1345extern const struct cmd_entry cmd_select_prompt_entry;
1346extern const struct cmd_entry cmd_select_window_entry;
1347extern const struct cmd_entry cmd_send_keys_entry;
1348extern const struct cmd_entry cmd_send_prefix_entry;

--- 435 unchanged lines hidden ---
1342extern const struct cmd_entry cmd_save_buffer_entry;
1343extern const struct cmd_entry cmd_scroll_mode_entry;
1344extern const struct cmd_entry cmd_select_layout_entry;
1345extern const struct cmd_entry cmd_select_pane_entry;
1346extern const struct cmd_entry cmd_select_prompt_entry;
1347extern const struct cmd_entry cmd_select_window_entry;
1348extern const struct cmd_entry cmd_send_keys_entry;
1349extern const struct cmd_entry cmd_send_prefix_entry;

--- 435 unchanged lines hidden ---