mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Quick man page update, also fix some usages and get rid of some CMD_KEY checks.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.118 2008-06-02 21:08:36 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.119 2008-06-02 21:36:51 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -766,7 +766,7 @@ extern const struct cmd_entry cmd_unlink_window_entry;
|
||||
void cmd_select_window_default(void **, int);
|
||||
|
||||
/* cmd-generic.c */
|
||||
#define CMD_CLIENTONLY_USAGE "[-c client-name]"
|
||||
#define CMD_CLIENTONLY_USAGE "[-c client-tty]"
|
||||
int cmd_clientonly_parse(struct cmd *, void **, int, char **, char **);
|
||||
void cmd_clientonly_exec(void *, struct cmd_ctx *);
|
||||
void cmd_clientonly_send(void *, struct buffer *);
|
||||
|
Reference in New Issue
Block a user