From 84da4a3022bc599b26d9601cf1b7bf51d1d9f915 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Thu, 12 Jun 2014 17:51:14 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3-54-g00ecf