From 70c48091f306603d66d39ad877631a246ea5c500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 14 Jun 2020 09:14:04 +0200 Subject: [PATCH] changelog: language --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9c038d..9b2e5bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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