Complete option names as well.

This commit is contained in:
Nicholas Marriott
2009-01-06 17:04:56 +00:00
parent 9cddd796ff
commit 4af8db90e8
5 changed files with 118 additions and 70 deletions

3
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.206 2009-01-06 15:37:15 nicm Exp $ */
/* $Id: tmux.h,v 1.207 2009-01-06 17:04:56 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -1009,7 +1009,6 @@ struct session *arg_parse_session(const char *);
int arg_parse_window(const char *, struct session **, int *);
/* cmd.c */
char *cmd_complete(const char *);
struct cmd *cmd_parse(int, char **, char **);
void cmd_exec(struct cmd *, struct cmd_ctx *);
void cmd_send(struct cmd *, struct buffer *);