diff options
author | Tom Gundersen <teg@jklm.no> | 2014-10-05 15:26:54 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-10-05 15:26:54 +0200 |
commit | c7afe4f3d74f0487c913ce49abc58fe59aaeac12 (patch) | |
tree | 3b72e6241bfd8482cb508e6dea7878550260f4bb /src/libsystemd-terminal/term-internal.h | |
parent | 3ae49a8fdb7d21c065fcf2b1f7459a32f963c087 (diff) |
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)
Diffstat (limited to 'src/libsystemd-terminal/term-internal.h')
-rw-r--r-- | src/libsystemd-terminal/term-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |