[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.5 and 1.6

version 1.5, 2009/06/26 15:13:39 version 1.6, 2009/07/12 16:15:34
Line 709 
Line 709 
                 }                  }
                 break;                  break;
         case MODEKEYCMD_STARTOFLINE:          case MODEKEYCMD_STARTOFLINE:
           case MODEKEYCMD_BACKTOINDENTATION:
                 if (c->prompt_index != 0) {                  if (c->prompt_index != 0) {
                         c->prompt_index = 0;                          c->prompt_index = 0;
                         c->flags |= CLIENT_STATUS;                          c->flags |= CLIENT_STATUS;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6