1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

First blush: force always-horizontal, always.

This commit is contained in:
Thomas Harte
2026-02-16 23:35:30 -05:00
parent 717235cede
commit 406fc85186
3 changed files with 6 additions and 3 deletions
@@ -321,6 +321,10 @@ void BufferingScanTarget::set_modals(const Modals modals) {
});
}
void BufferingScanTarget::set_delegate(Delegate &delegate) {
delegate.set(Delegate::Preferences{.force_horizontal_scans = true});
}
// MARK: - Consumer.
BufferingScanTarget::OutputArea BufferingScanTarget::get_output_area() {