From 547859343381ee6bdb040d2fad870e4849b271cc Mon Sep 17 00:00:00 2001 From: Isabella Bosia Date: Thu, 2 Jan 2025 13:40:18 +0000 Subject: [PATCH 1/2] add missing separators --- src/vtbackend/Screen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vtbackend/Screen.cpp b/src/vtbackend/Screen.cpp index 068f82e7f6..0c2b6e5310 100644 --- a/src/vtbackend/Screen.cpp +++ b/src/vtbackend/Screen.cpp @@ -142,6 +142,7 @@ namespace // {{{ helper output += value; }; auto const sgrAddSub = [&](unsigned value) { + sgrSep(); output += std::to_string(value); }; From e5d684dc1e20100145d19625016a0e16a8bed2db Mon Sep 17 00:00:00 2001 From: Christian Parpart Date: Thu, 2 Jan 2025 21:53:57 +0100 Subject: [PATCH 2/2] metainfo.xml: Add changelog entry for DECRQSS (SGR) bugfix Signed-off-by: Christian Parpart --- metainfo.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/metainfo.xml b/metainfo.xml index e4d6b91136..aae9ac06e4 100644 --- a/metainfo.xml +++ b/metainfo.xml @@ -119,6 +119,7 @@
  • Do not abort when failing to create `XDG_STATE_HOME/contour/crash` directory
  • +
  • Fixes DECRQSS for SGR (#1696)
  • Fixes tab switch crash after resize
  • Fixes tab shrinking after tab creation/switches when a non-zero horizontal window margin is configured
  • Fixes startup crash when window is not yet fully initialized