lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 28 Mar 2008 16:26:53 -0700
From:	"H. Peter Anvin" <hpa@...or.com>
To:	Jan Engelhardt <jengelh@...putergmbh.de>
CC:	"John T." <j.thomast@...oo.com>, linux-kernel@...r.kernel.org
Subject: Re: UTF-8 and Alt key in the console

Jan Engelhardt wrote:
>>> The best probably would be to introduce an escape code, along the lines
>>> of other escape codes in the terminal interfae.
>>
>> You're right.
>>
>> Many say Unix is also broken compared to Plan 9.. sometimes it's
>> too late. The real fix for this issue seems like it'd be very
>> hard to accomplish.
> 
> The idea of revamping the escape codes is not all that bad.
> 
> Thanks to terminfo, this should be easy. Change vt.c,
> add corresponding terminfo entry and set TERM to something
> that has not previously existed.
> 
> About the ESC key, I thought, would it suffice to replace its
> current output of ^[ with ^[^[?

It would be better to assign a CSI (ESC [) code to it, like other 
function keys.  Unfortunately, the terminal everyone tries to emulate 
(Linux does so quite poorly due to its broken implementation of ISO 
2022, but that's less of an issue with UTF-8), VT 220, had ESC on the 
F11 key, so the CSI 2 3 ~ sequence it uses we use for the F11 key. 
Doesn't mean we can't assign another one.

One would also like to distinguish, say, Backspace from Ctrl-H.  This is 
trickier, because the termios settings don't permit compound keys.  The 
most obvious way to deal with that is an escape code for Ctrl-H, but 
that has the risk of breaking a lot of other things.

	-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ