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

Diff for /src/usr.bin/tmux/screen.c between version 1.37 and 1.38

version 1.37, 2016/01/19 15:59:12 version 1.38, 2016/06/10 11:46:15
Line 146 
Line 146 
         /*          /*
          * Treat resizing horizontally simply: just ensure the cursor is           * Treat resizing horizontally simply: just ensure the cursor is
          * on-screen and change the size. Don't bother to truncate any lines -           * on-screen and change the size. Don't bother to truncate any lines -
          * then the data should be accessible if the size is then incrased.           * then the data should be accessible if the size is then increased.
          *           *
          * The only potential wrinkle is if UTF-8 double-width characters are           * The only potential wrinkle is if UTF-8 double-width characters are
          * left in the last column, but UTF-8 terminals should deal with this           * left in the last column, but UTF-8 terminals should deal with this

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38