mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-16 16:41:35 +02:00
Rename some bits.
This commit is contained in:
8
tmux.c
8
tmux.c
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.c,v 1.22 2007-10-03 12:34:16 nicm Exp $ */
|
||||
/* $Id: tmux.c,v 1.23 2007-10-03 12:43:47 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -47,11 +47,11 @@ struct op {
|
||||
};
|
||||
const struct op op_table[] = {
|
||||
{ "attach", NULL, op_attach },
|
||||
{ "bind-key", "bind", op_bind_key },
|
||||
{ "list-sessions", "ls", op_list_sessions },
|
||||
{ "list-windows", "lsw", op_list_windows },
|
||||
{ "new-session", "new", op_new/*_session*/ },
|
||||
{ "rename-window", "renw", op_rename },
|
||||
{ "bind-key", "bind", op_bind_key },
|
||||
{ "new-session", "new", op_new_session },
|
||||
{ "rename-window", "renw", op_rename_window },
|
||||
{ "unbind-key", "unbind", op_unbind_key },
|
||||
};
|
||||
#define NOP (sizeof op_table / sizeof op_table[0])
|
||||
|
Reference in New Issue
Block a user