mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
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:
parent
fd4904d82a
commit
7f65bd1c20
3 changed files with 16 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue