diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-10 18:58:47 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-10 18:58:47 +0000 |
commit | 1d5cf1783238fad25a6e55d5dcb324f6d8fb9918 (patch) | |
tree | c02fc06bb5c9dc855965d70504aa797af05ce19a /term/ChangeLog | |
parent | be549330de1979ba914194bd79bfd7eb998a792e (diff) |
2002-09-10 Marcus Brinkmann <marcus@gnu.org>
* hurdio.c (hurdio_writer_loop): Check output_stopped instead termflags.
Move the code that signals the underlying file to ...
(hurdio_start_output): ... here.
Diffstat (limited to 'term/ChangeLog')
-rw-r--r-- | term/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index a5c8aef3..3ed79a77 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,5 +1,9 @@ 2002-09-10 Marcus Brinkmann <marcus@gnu.org> + * hurdio.c (hurdio_writer_loop): Check output_stopped instead termflags. + Move the code that signals the underlying file to ... + (hurdio_start_output): ... here. + * munge.c (input_character): Really toggle USER_OUTPUT_SUSP if VSTART == VSTOP. |