diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-06-12 17:51:14 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-07-17 11:48:40 +0200 |
commit | 84da4a3022bc599b26d9601cf1b7bf51d1d9f915 (patch) | |
tree | 02653677a6eb819c6a44824723483fa5c068be40 /.gitignore | |
parent | 3496b9eeafa50234371da1642dca424e4ca0e5f4 (diff) |
ui/term: add line/cell/char handling for terminal pages
This commit introduces libsystemd-ui, a systemd-internal helper library
that will contain all the UI related functionality. It is going to be used
by systemd-welcomed, systemd-consoled, systemd-greeter and systemd-er.
Further use-cases may follow.
For now, this commit only adds terminal-page handling based on lines only.
Follow-up commits will add more functionality.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aecc6ae0f0..0ba01daebb 100644 --- a/.gitignore +++ b/.gitignore @@ -219,6 +219,7 @@ /test-strv /test-strxcpyx /test-tables +/test-term-page /test-time /test-tmpfiles /test-udev |