mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-09 13:54:54 +02: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-generic.c,v 1.1 2008-06-02 18:08:16 nicm Exp $ */
|
||||
/* $Id: cmd-generic.c,v 1.2 2008-06-02 21:08:36 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -57,7 +57,7 @@ cmd_clientonly_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);
|
||||
|
||||
self->entry->free(data);
|
||||
return (-1);
|
||||
@ -129,7 +129,7 @@ cmd_sessiononly_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);
|
||||
|
||||
self->entry->free(data);
|
||||
return (-1);
|
||||
|
Reference in New Issue
Block a user