csi: '\E[0 q' resets the cursor style to the default, not '\E[2 q'

Also update 'Se' capability in the terminfo, to reflect this.
This commit is contained in:
Daniel Eklöf 2020-06-30 17:43:43 +02:00
parent fd4904d82a
commit 7f65bd1c20
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 16 additions and 7 deletions

View file

@ -39,6 +39,10 @@
* Mouse cursor from `hand2` to `left_ptr` when client is capturing the
mouse.
* Sixel images are now removed when the font size is **decreased**.
* `DECSCUSR` (_Set Cursor Style_, `CSI Ps SP q`) now uses `Ps=0`
instead of `Ps=2` to reset the style to the user configured default
style. `Ps=2` now always configures a _Steady Block_ cursor.
* `Se` terminfo capability from `\E[2 q` to `\E[ q`.
### Deprecated