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

Diff for /src/usr.bin/tmux/tty.c between version 1.234 and 1.235

version 1.234, 2017/02/08 08:54:45 version 1.235, 2017/02/08 13:53:32
Line 142 
Line 142 
                 sx = 80;                  sx = 80;
                 sy = 24;                  sy = 24;
         }          }
           log_debug("%s: %s now %ux%u", __func__, tty->path, sx, sy);
         if (!tty_set_size(tty, sx, sy))          if (!tty_set_size(tty, sx, sy))
                 return (0);                  return (0);
   

Legend:
Removed from v.1.234  
changed lines
  Added in v.1.235