Date: Sun, 15 May 2005 11:34:00 +0200 From: Stefan Farfeleder <stefanf@FreeBSD.org> To: Takahashi Yoshihiro <nyan@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/vidcontrol vidcontrol.c Message-ID: <20050515093358.GD33622@wombat.fafoe.narf.at> In-Reply-To: <200505150741.j4F7fdJZ071800@repoman.freebsd.org> References: <200505150741.j4F7fdJZ071800@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050515093358.GD33622>