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

Diff for /src/usr.bin/tmux/server-client.c between version 1.58 and 1.59

version 1.58, 2011/05/08 20:45:35 version 1.59, 2011/05/20 19:03:58
Line 521 
Line 521 
                 mode &= ~MODE_MOUSE_UTF8;                  mode &= ~MODE_MOUSE_UTF8;
   
         /* Set the terminal mode and reset attributes. */          /* Set the terminal mode and reset attributes. */
         tty_update_mode(&c->tty, mode);          tty_update_mode(&c->tty, mode, s);
         tty_reset(&c->tty);          tty_reset(&c->tty);
 }  }
   

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59