mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 18:36:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -120,7 +120,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