mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Like options, move the environ struct into environ.c.
This commit is contained in:
@ -121,7 +121,7 @@ cmd_find_try_TMUX(struct client *c, struct window *w)
|
||||
u_int session;
|
||||
struct session *s;
|
||||
|
||||
envent = environ_find(&c->environ, "TMUX");
|
||||
envent = environ_find(c->environ, "TMUX");
|
||||
if (envent == NULL)
|
||||
return (NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user