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

Diff for /src/usr.bin/tmux/cmd-refresh-client.c between version 1.29 and 1.30

version 1.29, 2019/07/10 11:20:10 version 1.30, 2019/11/28 09:05:34
Line 130 
Line 130 
                                 cmdq_error(item, "size too small or too big");                                  cmdq_error(item, "size too small or too big");
                                 return (CMD_RETURN_ERROR);                                  return (CMD_RETURN_ERROR);
                         }                          }
                         tty_set_size(&c->tty, x, y);                          tty_set_size(&c->tty, x, y, 0, 0);
                         c->flags |= CLIENT_SIZECHANGED;                          c->flags |= CLIENT_SIZECHANGED;
                         recalculate_sizes();                          recalculate_sizes();
                 }                  }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30