diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 01:51:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-05 01:51:28 +0000 |
commit | 942fbe92cf1429c1b6457c83e42a1bf967f8e80a (patch) | |
tree | 48231751fb31390a916e76a86a04ccfc6e98119f | |
parent | ecb80736ad18bbba7de8929fe745c94aa8bcd737 (diff) |
(set_state): Typo.
-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) |