changelog: language

This commit is contained in:
Daniel Eklöf 2020-06-14 09:14:04 +02:00
parent dec796f525
commit 70c48091f3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -28,10 +28,10 @@
lines in the scrolling region..
* New terminal windows spawned with `ctrl`+`shift`+`n` are no longer
double forked.
* Unicode combining character overflow errors are only logged in when
* Unicode combining character overflow errors are only logged when
debug logging has been enabled.
* OSC 4 (_Set Color_) now already rendered cells in the **current**
grid (_normal_ or _alternate_).
* OSC 4 (_Set Color_) now updates already rendered cells in the
**current** grid (_normal_ or _alternate_).
### Deprecated
@ -43,7 +43,7 @@
`shift` to start a selection. This selection is now finalized only
when the mouse button is released - not as soon as `shift` is
released.
* Selected cells did not appear selected if modified.
* Selected cells did not appear selected if programmatically modified.
* Rare crash when scrolling and the new viewport ended up **exactly**
on the wrap around.
* Selection handling when viewport wrapped around.
@ -67,6 +67,7 @@
a size. This fixes an issue where an image would incorrectly
overflow into the cell row beneath.
### Security