Skip to content

Commit

Permalink
Merge pull request #1696 from izabera/fix/missing-separators
Browse files Browse the repository at this point in the history
add missing separators
  • Loading branch information
christianparpart authored Jan 2, 2025
2 parents 1083ac7 + e5d684d commit bfb3444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
<description>
<ul>
<li>Do not abort when failing to create `XDG_STATE_HOME/contour/crash` directory</li>
<li>Fixes DECRQSS for SGR (#1696)</li>
<li>Fixes tab switch crash after resize</li>
<li>Fixes tab shrinking after tab creation/switches when a non-zero horizontal window margin is configured</li>
<li>Fixes startup crash when window is not yet fully initialized</li>
Expand Down
1 change: 1 addition & 0 deletions src/vtbackend/Screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ namespace // {{{ helper
output += value;
};
auto const sgrAddSub = [&](unsigned value) {
sgrSep();
output += std::to_string(value);
};

Expand Down

0 comments on commit bfb3444

Please sign in to comment.