Add K_OFF to vt-TODO
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 14 Dec 2011 14:38:26 +0000 (15:38 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 14 Dec 2011 14:38:26 +0000 (15:38 +0100)
See https://github.com/dvdhrm/kmscon/pull/3 for a discussion of K_OFF in the VT
subsystem. We cannot apply it now but we have to reconsider it when the input
subsystem has been written.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
TODO

diff --git a/TODO b/TODO
index ef5708c..0e3c7c8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -41,3 +41,8 @@ Console Subsystem:
    want it.
    This would speed up our font-draw functions considerably as we would bypass
    pango if a glyph is already in the hash-table.
+
+VT Subsystem:
+ - Set KDSKBMODE to K_OFF to avoid getting input from the VT subsystem. This
+   also discards the VT-switch events so we should first implement our own
+   VT-switching mechanisms and then use this K_OFF switch.