From e8ac42dc5d09570b2a65b411a966880f67a792a9 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 15 Aug 1996 20:22:59 +0000 Subject: *** empty log message *** --- term/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'term/main.c') diff --git a/term/main.c b/term/main.c index d0702e83..2f8ac449 100644 --- a/term/main.c +++ b/term/main.c @@ -180,9 +180,9 @@ main (int argc, char **argv) term_owner = term_group = 0; term_mode = (bottom == &ptyio_bottom ? 0666 : 0600) | S_IFCHR; - inputq = create_queue (256, 100, 300); - rawq = create_queue (256, 100, 300); - outputq = create_queue (256, 100, 300); + 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) ptyio_init (); -- cgit v1.2.3