From owner-freebsd-bugs Mon Aug 12 10:38: 6 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E248E37B400; Mon, 12 Aug 2002 10:38:03 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4F8543E72; Mon, 12 Aug 2002 10:38:02 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g7CHc0sU002500; Mon, 12 Aug 2002 21:38:01 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g7CHbxP1002499; Mon, 12 Aug 2002 21:37:59 +0400 (MSD) (envelope-from ache) Date: Mon, 12 Aug 2002 21:37:59 +0400 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/30778: libncurses/termcap.c does not handle escaped colons Message-ID: <20020812173759.GA2467@nagual.pp.ru> References: <200208121730.g7CHU3W4067858@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208121730.g7CHU3W4067858@freefall.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Aug 12, 2002 at 10:30:03 -0700, Ruslan Ermilov wrote: > > The colon (`:') is used to delimit capabilities. To include the > colon as part of the value, it must be escaped. (The wy60 entry > has this in its "rs" capability, for example.) From where you get assumption that \: is valid escape sequence? It should be written as \072 instead. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message