[BACK]Return to cmd-select-layout.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-select-layout.c between version 1.8 and 1.9

version 1.8, 2009/12/03 22:50:10 version 1.9, 2010/04/25 20:28:13
Line 59 
Line 59 
         case ('4' | KEYC_ESCAPE):          case ('4' | KEYC_ESCAPE):
                 data->arg = xstrdup("main-vertical");                  data->arg = xstrdup("main-vertical");
                 break;                  break;
           case ('5' | KEYC_ESCAPE):
                   data->arg = xstrdup("tiled");
                   break;
         }          }
 }  }
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9