From f880fc07cd3e6644d12d81d024467f14e3c465d6 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 25 Feb 2016 21:54:11 +0000 Subject: [PATCH] tty: update TODO list --- Kernel/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/tty.c b/Kernel/tty.c index 4e9996ea..3762da91 100644 --- a/Kernel/tty.c +++ b/Kernel/tty.c @@ -10,8 +10,8 @@ * TODO: * - Parity * - Various misc minor flags - * - BSD ^Z handling and tty sessions * - Software Flow control + * - Don't echo EOF char ? * * Add a small echo buffer to each tty */ -- 2.34.1