=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/screen-redraw.c,v retrieving revision 1.72 retrieving revision 1.73 diff -c -r1.72 -r1.73 *** src/usr.bin/tmux/screen-redraw.c 2020/04/18 21:35:32 1.72 --- src/usr.bin/tmux/screen-redraw.c 2020/04/20 14:59:31 1.73 *************** *** 1,4 **** ! /* $OpenBSD: screen-redraw.c,v 1.72 2020/04/18 21:35:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: screen-redraw.c,v 1.73 2020/04/20 14:59:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 458,464 **** } tty_reset(&c->tty); - tty_sync_end(&c->tty); } /* Redraw a single pane. */ --- 458,463 ---- *************** *** 476,482 **** screen_redraw_draw_pane(&ctx, wp); tty_reset(&c->tty); - tty_sync_end(&c->tty); } /* Draw a border cell. */ --- 475,480 ----