=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/client.c,v retrieving revision 1.157 retrieving revision 1.158 diff -u -r1.157 -r1.158 --- src/usr.bin/tmux/client.c 2022/02/28 09:34:57 1.157 +++ src/usr.bin/tmux/client.c 2022/05/30 12:48:57 1.158 @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.157 2022/02/28 09:34:57 nicm Exp $ */ +/* $OpenBSD: client.c,v 1.158 2022/05/30 12:48:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -360,6 +360,7 @@ /* Send identify messages. */ client_send_identify(ttynam, termname, caps, ncaps, cwd, feat); tty_term_free_list(caps, ncaps); + proc_flush_peer(client_peer); /* Send first command. */ if (msg == MSG_COMMAND) {