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

Diff for /src/usr.bin/tmux/input.c between version 1.15 and 1.16

version 1.15, 2009/08/20 10:48:25 version 1.16, 2009/10/12 16:59:55
Line 646 
Line 646 
                 ictx->wp->window->flags |= WINDOW_BELL;                  ictx->wp->window->flags |= WINDOW_BELL;
                 break;                  break;
         case '\010':    /* BS */          case '\010':    /* BS */
                 screen_write_cursorleft(&ictx->ctx, 1);                  screen_write_backspace(&ictx->ctx);
                 break;                  break;
         case '\011':    /* TAB */          case '\011':    /* TAB */
                 /* Don't tab beyond the end of the line. */                  /* Don't tab beyond the end of the line. */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16