Subject: Re: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 06/04/2001 15:37:16
In article <20010604094504.384F3B00B@cvs.netbsd.org>,
Jaromir Dolecek <jdolecek@netbsd.org> wrote:
>
>Module Name:	syssrc
>Committed By:	jdolecek
>Date:		Mon Jun  4 09:45:04 UTC 2001
>
>Modified Files:
>	syssrc/sys/dev: cons.c
>
>Log Message:
>Use back the 'u'&037 form - since it's CTRL-u, it's more readable that way
>Use \007 instead of symbolic constant, since that's what is more often used.
>Pointed out by Robert Elz.

Is there a reason not to use CTRL('u') from <sys/ttydefaults.h>?

christos