display

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

commit 02cc734123e95d7ed303a9a7537fa7fc746719b1
parent ec54978c5e15a73b65f884a504716c5ea08018a7
author Dimitrije Dobrota < mail@dimitrijedobrota.com >
date Sat, 8 Feb 2025 14:40:26 +0100

Disable alternate buffer

Diffstat:
M source/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