From 24349c52b4fc930d183cf4ec4d7f4b6275e7cb0d Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 4 Aug 2013 06:45:58 +0200 Subject: rio: add ^B control sequence to move cursor to output point --- sys/include/keyboard.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/include/keyboard.h') 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, -- cgit v1.2.3