[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.41 and 1.42

version 1.41, 2021/11/11 09:22:33 version 1.42, 2022/02/01 11:52:08
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.41  
changed lines
  Added in v.1.42