diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-07-17 11:10:53 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-07-18 12:53:41 +0200 |
commit | 5ab887e98d80ffaf05a97abe4cdc1553a85f0637 (patch) | |
tree | df14266f2f3b73685b749da519731328bd099a25 /.gitignore | |
parent | e432f9e8f999fe75d79a2499035c8e84b04a8b1a (diff) |
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!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 288cde6700..c29bb3a4c5 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,7 @@ /systemd-shutdownd /systemd-sleep /systemd-socket-proxyd +/systemd-subterm /systemd-sysctl /systemd-system-update-generator /systemd-sysusers |