Subject: Re: More on wscons configuration
To: Charles M. Hannum <root@ihack.net>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-install
Date: 03/15/1999 07:05:53
(this should probably move to tech-kern...)

> This kind of sucks, and indicates to me that the code is not well
> abstracted.

Similarly, there's no way to bind multiple characters to a keystroke.
I'd like to get behavior equivalent to the old PCVT_META_ESC option
(where holding down Alt while typing `x' sends the two characters ESC
x instead of the value of ('x' | 0x80), which I've find to be much
more likely to work over a broad range of applications.

						- Bill