diff options
-rw-r--r-- | term/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c index b2c4b4cd..2af640fb 100644 --- a/term/users.c +++ b/term/users.c @@ -791,7 +791,7 @@ set_state (io_t port, if (cred->pi.class == pty_class) { clear_queue (outputq); - (*bottom->abandon_pending_output) (); + (*bottom->abandon_physical_output) (); } if (draino) |