From c7afe4f3d74f0487c913ce49abc58fe59aaeac12 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 5 Oct 2014 15:26:54 +0200 Subject: terminal/screen: add support for alternate screen buffers Hook up SM/RM 47/1047-1049 and enable alternate screen buffers for term applications. (David: rebased on top of -git, renamed helpers and added docs) --- src/libsystemd-terminal/term-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd-terminal/term-internal.h') diff --git a/src/libsystemd-terminal/term-internal.h b/src/libsystemd-terminal/term-internal.h index c78b9aa70a..53713dd64d 100644 --- a/src/libsystemd-terminal/term-internal.h +++ b/src/libsystemd-terminal/term-internal.h @@ -646,4 +646,5 @@ struct term_screen { term_state state; term_state saved; + term_state saved_alt; }; -- cgit v1.2.3-54-g00ecf