mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: cmd-new-window.c,v 1.15 2008-06-02 18:08:16 nicm Exp $ */
|
||||
/* $Id: cmd-new-window.c,v 1.16 2008-06-02 21:08:36 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -100,7 +100,7 @@ cmd_new_window_parse(
|
||||
return (0);
|
||||
|
||||
usage:
|
||||
usage(cause, "%s %s", self->entry->name, self->entry->usage);
|
||||
xasprintf(cause, "usage: %s %s", self->entry->name, self->entry->usage);
|
||||
|
||||
error:
|
||||
cmd_new_window_free(data);
|
||||
|
Reference in New Issue
Block a user