summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/term-wcwidth.c
Commit message (Collapse)AuthorAge
* Remove src/libsystemd-terminalAndy Wingo2015-04-19
|
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* terminal: avoid warning about signed-unsigned comparisonZbigniew Jędrzejewski-Szmek2014-08-03
|
* ui/term: add line/cell/char handling for terminal pagesDavid Herrmann2014-07-17
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.