From 5a9ae07167ec45d4c6d52f4206ab3f0658664d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 11 Mar 2021 17:37:56 +0100 Subject: [PATCH] changelog: implemented DCS parameter P2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2832979e..dfa0b239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ (https://codeberg.org/dnkl/foot/issues/363). * Man page **foot-ctlseqs**(7), documenting all supported escape sequences (https://codeberg.org/dnkl/foot/issues/235). +* Support for transparent sixels (DCS parameter `P2=1`) + (https://codeberg.org/dnkl/foot/issues/391). ### Changed @@ -83,6 +85,9 @@ * The minimum version requirement for the libxkbcommon dependency is now 1.0.0. * Empty pixel rows at the bottom of a sixel is now trimmed. +* Sixels with DCS parameter `P2=0|2` now use the _current_ ANSI + background color for empty pixels instead of the default background + color (https://codeberg.org/dnkl/foot/issues/391). ### Deprecated