Skip to content

Commit

Permalink
Merge pull request #1605 from contour-terminal/fix/backend_rendered
Browse files Browse the repository at this point in the history
Load rendered backend from config
  • Loading branch information
christianparpart authored Sep 30, 2024
2 parents 4f3ad7f + 0efdc01 commit 228a95d
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 @@ -110,6 +110,7 @@
<li>Port to C++20's `std::format()` (#1598)</li>
<li>Enable support for Unicode version 16.0.0 (#1606)</li>
<li>Drop support for Ubuntu 23.10 and older. In order to have less burdain of maintencne, we only support the latest LTS of Ubuntu, which currently is 24.04 (#1607)</li>
<li>Fix rendered backend loading from config</li>
</ul>
</description>
</release>
Expand Down
1 change: 1 addition & 0 deletions src/contour/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ void YAMLConfigReader::load(Config& c)
loadFromEntry("renderer.tile_direct_mapping", c.textureAtlasDirectMapping);
loadFromEntry("renderer.tile_hastable_slots", c.textureAtlasHashtableSlots);
loadFromEntry("renderer.tile_cache_count", c.textureAtlasTileCount);
loadFromEntry("renderer.backend", c.renderingBackend);
loadFromEntry("bypass_mouse_protocol_modifier", c.bypassMouseProtocolModifiers);
loadFromEntry("on_mouse_select", c.onMouseSelection);
loadFromEntry("mouse_block_selection_modifier", c.mouseBlockSelectionModifiers);
Expand Down

0 comments on commit 228a95d

Please sign in to comment.