mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
If no command is specified, assume new-session.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-next-window.c,v 1.8 2008-06-02 22:09:49 nicm Exp $ */
|
||||
/* $Id: cmd-next-window.c,v 1.9 2008-06-03 05:35:51 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -34,7 +34,8 @@ const struct cmd_entry cmd_next_window_entry = {
|
||||
cmd_next_window_exec,
|
||||
cmd_sessiononly_send,
|
||||
cmd_sessiononly_recv,
|
||||
cmd_sessiononly_free
|
||||
cmd_sessiononly_free,
|
||||
NULL
|
||||
};
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user