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

Diff for /src/usr.bin/tmux/tty.c between version 1.176 and 1.177

version 1.176, 2015/04/19 21:05:27 version 1.177, 2015/04/19 21:34:21
Line 241 
Line 241 
         tty->flags |= TTY_STARTED;          tty->flags |= TTY_STARTED;
   
         tty_force_cursor_colour(tty, "");          tty_force_cursor_colour(tty, "");
   
           tty->mouse_drag_flag = 0;
           tty->mouse_drag_update = NULL;
           tty->mouse_drag_release = NULL;
 }  }
   
 void  void

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177