summaryrefslogtreecommitdiff
path: root/sys/include/keyboard.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-08-04 06:45:58 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2013-08-04 06:45:58 +0200
commit24349c52b4fc930d183cf4ec4d7f4b6275e7cb0d (patch)
tree689543a2aa54267209608187012cc5da379e1c60 /sys/include/keyboard.h
parenta269ced358a6c79708a41c42ae1978599fb5634a (diff)
rio: add ^B control sequence to move cursor to output point
Diffstat (limited to 'sys/include/keyboard.h')
-rw-r--r--sys/include/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/keyboard.h b/sys/include/keyboard.h
index c3aff395d..a9539a1a3 100644
--- a/sys/include/keyboard.h
+++ b/sys/include/keyboard.h
@@ -45,6 +45,8 @@ enum {
Kscrollonedown= KF|0x21,
Ksoh= 0x01,
+ Kstx= 0x02,
+ Ketx= 0x03,
Keof= 0x04,
Kenq= 0x05,
Kack= 0x06,