aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kkbd.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-22 16:54:56 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-22 16:54:56 +0200
commit629a59ca698a0e3d3a0a29d5f2245c0e19808849 (patch)
tree2d78e69929dc0475eb101f2071003b33bd162389 /src/mds-kkbd.c
parentbeginning of mds-vt (diff)
downloadmds-629a59ca698a0e3d3a0a29d5f2245c0e19808849.tar.gz
mds-629a59ca698a0e3d3a0a29d5f2245c0e19808849.tar.bz2
mds-629a59ca698a0e3d3a0a29d5f2245c0e19808849.tar.xz
vt protocols
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-kkbd.c')
-rw-r--r--src/mds-kkbd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mds-kkbd.c b/src/mds-kkbd.c
index b699ea0..842da90 100644
--- a/src/mds-kkbd.c
+++ b/src/mds-kkbd.c
@@ -16,6 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "mds-kkbd.h"
+/* TODO: This server should wait for `Command: get-vt` to be available,
+ query the active VT and connect to that TTY instead of stdin. */
+/* TODO: Release control on `Command: switching-vt`. */
#include <libmdsserver/macros.h>
#include <libmdsserver/util.h>