From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 11 21:40:09 2010 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 12C3A1065695 for ; Thu, 11 Nov 2010 21:40:09 +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 D74448FC08 for ; Thu, 11 Nov 2010 21:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oABLe8tV032466 for ; Thu, 11 Nov 2010 21:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oABLe8Z2032465; Thu, 11 Nov 2010 21:40:08 GMT (envelope-from gnats) Date: Thu, 11 Nov 2010 21:40:08 GMT Message-Id: <201011112140.oABLe8Z2032465@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: crocket Cc: Subject: Re: misc/152146: Virtual consoles ignore kb and kD termcap entries. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: crocket List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 21:40:09 -0000 The following reply was made to PR misc/152146; it has been noted by GNATS. From: crocket To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/152146: Virtual consoles ignore kb and kD termcap entries. Date: Thu, 11 Nov 2010 13:35:09 -0800 (PST) I found out the real problem. csh's ignorance was not a problem. Even for entries recognized by csh, virtual consoles ignored those and used their own settings such as cons25. The kind of term I use($TERM) doesn't matter if I'm in virtual consoles. Virtual consoles seem to stick to cons25 or something similar no matter what $TERM is set to.