diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-02-27 19:44:55 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-02-27 19:44:55 +0100 |
commit | 068119a6c36844d2b5b6f43051b3960477fad819 (patch) | |
tree | 6d2453e893deb800a3c4768f44c563c074e973c2 /.gitignore | |
parent | 67355db150b683f02443e5b0ece97c0567c90c3a (diff) |
uvt: new library implementing VTs in user-space
UVT is based heavily on the old cdev-sessions. It uses CUSE/FUSE to
implement virtual terminals in user-space.
This move into a library allows to use it in other projects, too. There is
no reason to limit it to kmscon sessions. In fact, we will remove the
cdev-sessions, soon and make kmscon a stand-alone terminal emulator
without any session capability.
Instead, the uvtd program will provide the VT emulation.
This library is not finished, nor ready for use. However, feel free to
contribute patches so we can eventually release a stable API.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ configure libtool libeloop.pc libtsm.pc +libuvt.pc libuterm.pc m4/ stamp-* |