From owner-cvs-src@FreeBSD.ORG Sun May 15 09:34:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2252116A4CE; Sun, 15 May 2005 09:34:10 +0000 (GMT) Received: from fafoe.narf.at (chello213047085026.6.14.vie.surfer.at [213.47.85.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3BA43D8E; Sun, 15 May 2005 09:34:09 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.1.42]) by fafoe.narf.at (Postfix) with ESMTP id 3A94A415E; Sun, 15 May 2005 11:34:04 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 53D4DDF; Sun, 15 May 2005 11:34:00 +0200 (CEST) Date: Sun, 15 May 2005 11:34:00 +0200 From: Stefan Farfeleder To: Takahashi Yoshihiro Message-ID: <20050515093358.GD33622@wombat.fafoe.narf.at> References: <200505150741.j4F7fdJZ071800@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505150741.j4F7fdJZ071800@repoman.freebsd.org> User-Agent: Mutt/1.5.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/vidcontrol vidcontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 09:34:10 -0000 On Sun, May 15, 2005 at 07:41:39AM +0000, Takahashi Yoshihiro wrote: > Modified files: > usr.sbin/vidcontrol vidcontrol.c > Log: > Use \e for escape char instead of ^[ directly. Hi Takahashi, would you mind using \033 instead? \e is not a standards compliant escape sequence and results in undefined behaviour. Stefan