display

Layout and Rendering TUI library
git clone git://git.dimitrijedobrota.com/display.git
Log | Files | Refs | README | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |

commit02cc734123e95d7ed303a9a7537fa7fc746719b1
parentec54978c5e15a73b65f884a504716c5ea08018a7
authorDimitrije Dobrota <mail@dimitrijedobrota.com>
dateSat, 8 Feb 2025 14:40:26 +0100

Disable alternate buffer

Diffstat:
Msource/display.cpp|+

1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/source/display.cpp b/source/display.cpp

@@ -72,6 +72,7 @@ void stop(bool force)

alec::dest_buffer();
write<alec::cursor_show_v>();
write<alec::abuf_disable_v>();
}
} // namespace display