]> git.ipfire.org Git - thirdparty/systemd.git/commit - .gitignore
ui/term: add line/cell/char handling for terminal pages
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 12 Jun 2014 15:51:14 +0000 (17:51 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 17 Jul 2014 09:48:40 +0000 (11:48 +0200)
commit84da4a3022bc599b26d9601cf1b7bf51d1d9f915
tree02653677a6eb819c6a44824723483fa5c068be40
parent3496b9eeafa50234371da1642dca424e4ca0e5f4
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
Makefile.am
configure.ac
src/libsystemd-terminal/term-internal.h [new file with mode: 0644]
src/libsystemd-terminal/term-page.c [new file with mode: 0644]
src/libsystemd-terminal/term-wcwidth.c [new file with mode: 0644]
src/libsystemd-terminal/test-term-page.c [new file with mode: 0644]