1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00
systemd/src/libsystemd-terminal
David Herrmann 5ab887e98d terminal: add systemd-subterm example
The systemd-subterm example is a stacked terminal that shows how to
use sd-term. Instead of rendering images and displaying it via X11/etc.,
it uses its parent terminal to display the page (terminal-emulator inside
a terminal-emulator) (like GNU-screen and friends do).

This is only for testing and not installed system-wide!
2014-07-18 12:53:41 +02:00
..
subterm.c terminal: add systemd-subterm example 2014-07-18 12:53:41 +02:00
term-charset.c terminal: add parser state-machine 2014-07-18 12:53:41 +02:00
term-internal.h terminal: add screen-handling 2014-07-18 12:53:41 +02:00
term-page.c terminal: add page handling for terminals 2014-07-18 12:53:41 +02:00
term-parser.c terminal: add parser state-machine 2014-07-18 12:53:41 +02:00
term-screen.c terminal: add screen-handling 2014-07-18 12:53:41 +02:00
term-wcwidth.c ui/term: add line/cell/char handling for terminal pages 2014-07-17 11:48:40 +02:00
test-term-page.c ui/term: add line/cell/char handling for terminal pages 2014-07-17 11:48:40 +02:00
test-term-parser.c terminal: add parser state-machine 2014-07-18 12:53:41 +02:00