From: Alan Cox Date: Tue, 29 Dec 2015 22:53:54 +0000 (+0000) Subject: tty: bring comments up to date X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=989ff6f6d22fe6159ba1bc63da24dde918d9c2ec;p=FUZIX.git tty: bring comments up to date --- diff --git a/Kernel/tty.c b/Kernel/tty.c index c9ce5ffd..3f5d7621 100644 --- a/Kernel/tty.c +++ b/Kernel/tty.c @@ -6,25 +6,14 @@ #undef DEBUG /* UNdefine to delete debug code sequences */ -/* - * On some 8bit systems it makes a huge difference if we avoid all the - * t-> pointer dereferences at link time, so for a single tty we abuse - * the preprocessor slightly - */ - /* * Minimal Terminal Interface * * TODO: - * - VTIME timeout support - * - Blocking open - * - Hangup - * - Invoke device side helpers * - Parity * - Various misc minor flags - * - Better /dev/tty handling - * - BSD ^Z handling and tty sessions eventually - * - Flow control + * - BSD ^Z handling and tty sessions + * - Software Flow control * * Add a small echo buffer to each tty */