From owner-cvs-all Fri Jan 14 1: 6:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3155715072; Fri, 14 Jan 2000 01:06:33 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA91883; Fri, 14 Jan 2000 01:06:33 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200001140906.BAA91883@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 14 Jan 2000 01:06:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/bochs/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 2000/01/14 01:06:33 PST Added files: emulators/bochs/patches patch-ac Log: There's a bug in bochs that's been annoying me for a while. I have found a fix, but, as I don't fully understand *why* the fix works (and doesn't break anything else). When bochs is run from an xterm it leaves the xterm in an unstable state after exiting (if bochs is started in the background the xterm is unstable as soon as the prompt returns). By unstable I mean: Nothing you tyoe is echoed, and commands don't work (``ls'' gives no output, for example). Ctrl-C and Ctrl-D behave like RETURN; you get a line feed and a new prompt, and the DEL and INS keys do a destructive back-space over the prompt. Submitted by: Mark Ovens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message