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

Diff for /src/usr.bin/tmux/status.c between version 1.152 and 1.153

version 1.152, 2016/10/11 07:11:40 version 1.153, 2016/10/11 07:23:34
Line 867 
Line 867 
         struct utf8_data         tmp, *first, *last, *ud;          struct utf8_data         tmp, *first, *last, *ud;
   
         size = utf8_strlen(c->prompt_buffer);          size = utf8_strlen(c->prompt_buffer);
         switch (mode_key_lookup(&c->prompt_mdata, key, NULL, NULL)) {          switch (mode_key_lookup(&c->prompt_mdata, key)) {
         case MODEKEYEDIT_CURSORLEFT:          case MODEKEYEDIT_CURSORLEFT:
                 if (c->prompt_index > 0) {                  if (c->prompt_index > 0) {
                         c->prompt_index--;                          c->prompt_index--;

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153