[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.168 and 1.169

version 1.168, 2020/01/28 10:59:29 version 1.169, 2020/01/29 15:07:49
Line 773 
Line 773 
         ictx->old_mode = s->mode;          ictx->old_mode = s->mode;
 }  }
   
   /* Restore screen state. */
 static void  static void
 input_restore_state(struct input_ctx *ictx)  input_restore_state(struct input_ctx *ictx)
 {  {

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169