mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
Accidently deleted default-command.
This commit is contained in:
parent
99395856ff
commit
890db6eaaf
3
tmux.c
3
tmux.c
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.c,v 1.140 2009-07-08 18:03:03 nicm Exp $ */
|
||||
/* $Id: tmux.c,v 1.141 2009-07-08 18:12:57 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -278,6 +278,7 @@ main(int argc, char **argv)
|
||||
options_init(&global_s_options, NULL);
|
||||
options_set_number(&global_s_options, "bell-action", BELL_ANY);
|
||||
options_set_number(&global_s_options, "buffer-limit", 9);
|
||||
options_set_string(&global_s_options, "default-command", "%s", "");
|
||||
options_set_number(&global_s_options, "display-time", 750);
|
||||
options_set_number(&global_s_options, "history-limit", 2000);
|
||||
options_set_number(&global_s_options, "lock-after-time", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user