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

Diff for /src/usr.bin/tmux/status.c between version 1.189 and 1.190

version 1.189, 2019/03/16 19:12:13 version 1.190, 2019/03/18 09:46:42
Line 704 
Line 704 
         lines = status_line_size(c);          lines = status_line_size(c);
         if (lines <= 1)          if (lines <= 1)
                 lines = 1;                  lines = 1;
         screen_init(sl->active, c->tty.sx, 1, 0);          screen_init(sl->active, c->tty.sx, lines, 0);
   
         len = screen_write_strlen("%s", c->message_string);          len = screen_write_strlen("%s", c->message_string);
         if (len > c->tty.sx)          if (len > c->tty.sx)

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190