From owner-cvs-ports Mon Nov 20 00:46:51 1995 Return-Path: owner-cvs-ports 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-cvs-ports@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...)