From owner-freebsd-commit Mon Nov 20 00:46:59 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18025 for freebsd-commit-outgoing; Mon, 20 Nov 1995 00:46:59 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18013 for cvs-all-outgoing; Mon, 20 Nov 1995 00:46:53 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA18003 for cvs-ports-outgoing; Mon, 20 Nov 1995 00:46:51 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA17992 ; Mon, 20 Nov 1995 00:46:44 -0800 Date: Mon, 20 Nov 1995 00:46:44 -0800 From: Peter Wemm Message-Id: <199511200846.AAA17992@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/sysutils/top/patches patch-ai Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/11/20 00:46:43 Added: sysutils/top/patches patch-ai Log: A quick patch to top to make it more robust in the face of variations in end-of-line terminators coming in from the terminal.. Via telnet, for example, it seemed to need the user to press ^J at the end of a command in some situations.. (It has got ICANON turned off, so it should deal with \r...)