Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-18 | terminal: suppress warning in subterm | David Herrmann | |
Empty format-strings are just fine if format-functions do more than printing. This is the case here, so suppress the "empty format-string" warning by using "%s" with an empty argument. | |||
2014-07-18 | terminal: add format attributes | Thomas Hindoe Paaboel Andersen | |
2014-07-18 | terminal: add systemd-subterm example | David Herrmann | |
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! |