Jean-Sébastien Pédron 8dcd2ed3c9 teken, vt(4): Parse the "Cursor style" escape sequence
The escape sequence (e.g. `^[[2 q`) was unsupported before and the
letter `q` was displayed as a typed character. The sequence is used by
Neovim for instance.

Now, it is properly parsed. However, it is ignored, so it won't change
the cursor style.

Because the escape sequence contains a space character, the
`gensequences` script had to be modified to support that. In the
`sequences` file, a space is represented as the string `SP`.
2018-05-20 14:21:20 +00:00
..
2018-05-15 13:27:29 +00:00
2018-05-10 03:59:48 +00:00
2018-05-20 06:14:12 +00:00
2018-05-19 21:36:55 +00:00
2018-05-02 10:19:17 +00:00