arakiken / mlterm

Other
156 stars 14 forks source link

vt_parser.c: xterm-compatible esc seq #17

Closed atondwal closed 3 years ago

atondwal commented 3 years ago

in get_pt_in_esc_seq we skip over the U+0000 block control characters 0x00-0x1F for escape sequences, as per xterm.

fixes #15