[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.102 and 1.103

version 1.102, 2016/10/16 22:06:40 version 1.103, 2017/01/13 11:56:43
Line 35 
Line 35 
 void  void
 server_fill_environ(struct session *s, struct environ *env)  server_fill_environ(struct session *s, struct environ *env)
 {  {
         char    *term;          const char      *term;
         u_int    idx;          u_int            idx;
         long     pid;          long             pid;
   
         if (s != NULL) {          if (s != NULL) {
                 term = options_get_string(global_options, "default-terminal");                  term = options_get_string(global_options, "default-terminal");

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103