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

Diff for /src/usr.bin/tmux/menu.c between version 1.42 and 1.43

version 1.42, 2022/02/01 11:52:08 version 1.43, 2022/02/01 18:12:20
Line 81 
Line 81 
                 menu->count--;                  menu->count--;
                 return;                  return;
         }          }
         if (c->tty.sx <= 4)  
                 return;  
         max_width = c->tty.sx - 4;          max_width = c->tty.sx - 4;
   
         slen = strlen(s);          slen = strlen(s);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43