render: render non-block cursors after rendering the glyph + decorations

This fixes an issue where an 'underline' cursor wasn't visible on
underlined text - the cursor was rendered first, and then shadowed by
the text underline.
This commit is contained in:
Daniel Eklöf 2020-03-17 11:47:47 +01:00
parent 233a909160
commit 93207bc482
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 9 additions and 4 deletions

View file

@ -29,6 +29,7 @@
* Sixel images moved or deleted on window resize.
* Cursor sometimes incorrectly restored on exit from alternate screen.
* 'Underline' cursor being invisible on underlined text.
### Security