From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 27 20:10:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F19CE106567B for ; Thu, 27 Mar 2008 20:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C9A2E8FC16 for ; Thu, 27 Mar 2008 20:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2RKA3nu019669 for ; Thu, 27 Mar 2008 20:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2RKA3To019668; Thu, 27 Mar 2008 20:10:03 GMT (envelope-from gnats) Date: Thu, 27 Mar 2008 20:10:03 GMT Message-Id: <200803272010.m2RKA3To019668@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Baldwin Cc: Subject: Re: conf/121064: [patch] Use ASCII characters for box/line characters in frames.4th X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 20:10:04 -0000 The following reply was made to PR conf/121064; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, koitsu@freebsd.org Cc: Subject: Re: conf/121064: [patch] Use ASCII characters for box/line characters in frames.4th Date: Thu, 27 Mar 2008 13:59:02 -0400 This doesn't appear to handle the multiple console case (e.g. console="vidconsole comconsole"). Perhaps you could change the i386 comconsole driver to use an internal re-mapping table to map the line chars to the ASCII chars instead? -- John Baldwin