summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/test-term-page.c
AgeCommit message (Collapse)Author
2014-08-30Fix a few more typosRuben Kerkhof
2014-07-17ui/term: add line/cell/char handling for terminal pagesDavid Herrmann
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.