[BACK]Return to server-fn.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-fn.c between version 1.84 and 1.85

version 1.84, 2015/04/24 23:17:11 version 1.85, 2015/04/29 15:59:08
Line 36 
Line 36 
         long    pid;          long    pid;
   
         if (s != NULL) {          if (s != NULL) {
                 term = options_get_string(&s->options, "default-terminal");                  term = options_get_string(&global_options, "default-terminal");
                 environ_set(env, "TERM", term);                  environ_set(env, "TERM", term);
   
                 idx = s->id;                  idx = s->id;

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85