[BACK]Return to cmd-new-session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.114 and 1.115

version 1.114, 2018/10/18 08:38:01 version 1.115, 2019/03/12 13:56:30
Line 222 
Line 222 
         if (!detached && !is_control) {          if (!detached && !is_control) {
                 sx = c->tty.sx;                  sx = c->tty.sx;
                 sy = c->tty.sy;                  sy = c->tty.sy;
                 if (!is_control &&                  if (sy > 0 && options_get_number(global_s_options, "status"))
                     sy > 0 &&  
                     options_get_number(global_s_options, "status"))  
                         sy--;                          sy--;
         } else {          } else {
                 value = options_get_string(global_s_options, "default-size");                  value = options_get_string(global_s_options, "default-size");

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115