mirror of
https://github.com/tmate-io/tmate.git
synced 2025-03-31 10:56:21 +02:00
Add XAUTHORITY to update-environment, requested by Andreas Kloeckner.
This commit is contained in:
parent
fe4f760eba
commit
fd51bf61c9
9
tmux.c
9
tmux.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tmux.c,v 1.221 2010-10-24 19:54:41 nicm Exp $ */
|
/* $Id: tmux.c,v 1.222 2010-12-06 21:53:00 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -375,8 +375,11 @@ main(int argc, char **argv)
|
|||||||
options_set_number(so, "status-right-length", 40);
|
options_set_number(so, "status-right-length", 40);
|
||||||
options_set_string(so, "terminal-overrides",
|
options_set_string(so, "terminal-overrides",
|
||||||
"*88col*:colors=88,*256col*:colors=256");
|
"*88col*:colors=88,*256col*:colors=256");
|
||||||
options_set_string(so, "update-environment", "DISPLAY "
|
options_set_string(so, "update-environment",
|
||||||
"WINDOWID SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION");
|
"DISPLAY "
|
||||||
|
"SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION "
|
||||||
|
"WINDOWID "
|
||||||
|
"XAUTHORITY");
|
||||||
options_set_number(so, "visual-activity", 0);
|
options_set_number(so, "visual-activity", 0);
|
||||||
options_set_number(so, "visual-bell", 0);
|
options_set_number(so, "visual-bell", 0);
|
||||||
options_set_number(so, "visual-content", 0);
|
options_set_number(so, "visual-content", 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user