[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.397 and 1.398

version 1.397, 2021/08/06 07:32:21 version 1.398, 2021/08/11 07:51:31
Line 2041 
Line 2041 
   
         b64_ntop(buf, len, encoded, size);          b64_ntop(buf, len, encoded, size);
         tty_putcode_ptr2(tty, TTYC_MS, "", encoded);          tty_putcode_ptr2(tty, TTYC_MS, "", encoded);
           tty->client->redraw = EVBUFFER_LENGTH(tty->out);
   
         free(encoded);          free(encoded);
 }  }

Legend:
Removed from v.1.397  
changed lines
  Added in v.1.398