diff options
Diffstat (limited to 'term/main.c')
-rw-r--r-- | term/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/term/main.c b/term/main.c index 10ed9eef..d14c7c48 100644 --- a/term/main.c +++ b/term/main.c @@ -172,7 +172,9 @@ main (int argc, char **argv) term_mode = (bottom == &ptyio_bottom ? 0666 : 0600) | S_IFCHR | S_IROOT; inputq = create_queue (256, QUEUE_LOWAT, QUEUE_HIWAT); + rawq = create_queue (256, QUEUE_LOWAT, QUEUE_HIWAT); + outputq = create_queue (256, QUEUE_LOWAT, QUEUE_HIWAT); if (bottom == &ptyio_bottom) |