rio: add ^B control sequence to move cursor to output point

This commit is contained in:
cinap_lenrek 2013-08-04 06:45:58 +02:00
parent a269ced358
commit 24349c52b4
3 changed files with 8 additions and 1 deletions

View file

@ -45,6 +45,8 @@ enum {
Kscrollonedown= KF|0x21,
Ksoh= 0x01,
Kstx= 0x02,
Ketx= 0x03,
Keof= 0x04,
Kenq= 0x05,
Kack= 0x06,