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

Diff for /src/usr.bin/tmux/utf8.c between version 1.36 and 1.37

version 1.36, 2017/03/17 14:51:41 version 1.37, 2017/05/31 17:56:48
Line 402 
Line 402 
         next = end - 1;          next = end - 1;
   
         at = 0;          at = 0;
         for (;;)          for (;;) {
         {  
                 if (at + next->width > width) {                  if (at + next->width > width) {
                         next++;                          next++;
                         break;                          break;

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