summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2011-11-20 17:58:32 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2011-11-20 17:58:32 +0100
commit8cd898bb58161b94163463901eb725b87ffee288 (patch)
tree77b2221e45768056f36a1edbf0b71deb02e32c71
parentbfc6975baf7302bb44d1ac37b24fb97a75ac9477 (diff)
Add console subsystem to README
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index aee4bea..7457e6e 100644
--- a/README
+++ b/README
@@ -39,6 +39,9 @@ console.
The kmscon code is split into several independent subsystems:
- output:
This code manages the KMS/DRI output and provides OpenGL framebuffers.
+ - console:
+ This draws the text on the screen and provides an API for any terminal
+ emulator to visualize its contents.
- evdev:
All linux input events are captured here and converted to Unicode
characters for input handling.