mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
changelog: language
This commit is contained in:
parent
dec796f525
commit
70c48091f3
1 changed files with 5 additions and 4 deletions
|
|
@ -28,10 +28,10 @@
|
||||||
lines in the scrolling region..
|
lines in the scrolling region..
|
||||||
* New terminal windows spawned with `ctrl`+`shift`+`n` are no longer
|
* New terminal windows spawned with `ctrl`+`shift`+`n` are no longer
|
||||||
double forked.
|
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.
|
debug logging has been enabled.
|
||||||
* OSC 4 (_Set Color_) now already rendered cells in the **current**
|
* OSC 4 (_Set Color_) now updates already rendered cells in the
|
||||||
grid (_normal_ or _alternate_).
|
**current** grid (_normal_ or _alternate_).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
`shift` to start a selection. This selection is now finalized only
|
`shift` to start a selection. This selection is now finalized only
|
||||||
when the mouse button is released - not as soon as `shift` is
|
when the mouse button is released - not as soon as `shift` is
|
||||||
released.
|
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**
|
* Rare crash when scrolling and the new viewport ended up **exactly**
|
||||||
on the wrap around.
|
on the wrap around.
|
||||||
* Selection handling when viewport wrapped around.
|
* Selection handling when viewport wrapped around.
|
||||||
|
|
@ -67,6 +67,7 @@
|
||||||
a size. This fixes an issue where an image would incorrectly
|
a size. This fixes an issue where an image would incorrectly
|
||||||
overflow into the cell row beneath.
|
overflow into the cell row beneath.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue