SS3 sequence
gwenn opened this issue · 1 comments
gwenn commented
On MacOS, F1 key is reported as ESC-O-P
([27, 79, 80]
) sequence.
But vte
reports two events:
vte % cargo run --example parselog
^[OP
[esc_dispatch] intermediates=[], ignore=false, byte=4f
[print] 'P'
Could vte
be extended to report a single event ?
Thanks.
https://en.wikipedia.org/wiki/C0_and_C1_control_codes#C1_control_codes_for_general_use
Next character invokes a graphic character from the G2 or G3 graphic sets respectively.
chrisduerr commented
C1s are a bad idea and intentionally not supported.