Searched hist:"8 dcd2ed3c92d5fcaca7da3d2669b7ed3bd510ac9" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/teken/ |
H A D | gensequences | diff 8dcd2ed3c92d5fcaca7da3d2669b7ed3bd510ac9 Sun May 20 16:21:20 CEST 2018 Jean-Sébastien Pédron <dumbbell@FreeBSD.org> 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`.
|
H A D | sequences | diff 8dcd2ed3c92d5fcaca7da3d2669b7ed3bd510ac9 Sun May 20 16:21:20 CEST 2018 Jean-Sébastien Pédron <dumbbell@FreeBSD.org> 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`.
|
H A D | teken_subr.h | diff 8dcd2ed3c92d5fcaca7da3d2669b7ed3bd510ac9 Sun May 20 16:21:20 CEST 2018 Jean-Sébastien Pédron <dumbbell@FreeBSD.org> 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`.
|