bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54027: Wishlist: Support full CSI u specification for terminal input


From: Stefan Monnier
Subject: bug#54027: Wishlist: Support full CSI u specification for terminal input
Date: Mon, 28 Feb 2022 10:25:42 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> Then I must be missing something.  Do you mean this part:
>
>   +    (while (<= #x30 final #x3F)
>   +      (push final params) ;And read more.
>   +      (setq final (read-char)))
>   +    (while (<= #x20 final #x2F)
>   +      (push final intermediates)
>   +      (setq final (read-char)))
>
> This doesn't add all the 96 characters with the modifiers, it only
> adds the digits and the punctuation characters.

The above just reads to "NN;MM" part of the escape sequence which
encodes in decimal the Unicode code point MM of the character and the
4bit encoded NN of the modifiers shift, alt, control, and meta.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]