From owner-cvs-src@FreeBSD.ORG Sun May 15 09:37:25 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 C170E16A4CE; Sun, 15 May 2005 09:37:25 +0000 (GMT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258FF43D60; Sun, 15 May 2005 09:37:25 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])j4F9bNE0043412; Sun, 15 May 2005 18:37:23 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 15 May 2005 18:37:02 +0900 (JST) Message-Id: <20050515.183702.74733276.nyan@jp.FreeBSD.org> To: stefanf@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <20050515093358.GD33622@wombat.fafoe.narf.at> References: <200505150741.j4F7fdJZ071800@repoman.freebsd.org> <20050515093358.GD33622@wombat.fafoe.narf.at> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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:37:26 -0000 In article <20050515093358.GD33622@wombat.fafoe.narf.at> Stefan Farfeleder writes: > 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. > > would you mind using \033 instead? \e is not a standards compliant > escape sequence and results in undefined behaviour. Ok, I'll fix. --- TAKAHASHI Yoshihiro