mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Lose usage and move it into the struct.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-next-window.c,v 1.1 2007-10-04 00:02:10 nicm Exp $ */
|
||||
/* $Id: cmd-next-window.c,v 1.2 2007-10-04 21:48:11 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -30,8 +30,8 @@
|
||||
void cmd_next_window_exec(void *, struct cmd_ctx *);
|
||||
|
||||
const struct cmd_entry cmd_next_window_entry = {
|
||||
CMD_NEXTWINDOW, "next-window", "next", 0,
|
||||
NULL,
|
||||
CMD_NEXTWINDOW, "next-window", "next", "",
|
||||
0,
|
||||
NULL,
|
||||
cmd_next_window_exec,
|
||||
NULL,
|
||||
|
Reference in New Issue
Block a user