diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-21 17:32:50 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-21 17:32:50 +0200 |
commit | 7708a5f335c6b3256290775e7f5deb43b681bf03 (patch) | |
tree | 8ddb55ee633a70ea298a812d5ffec97373631534 /Source/Library/Interface | |
parent | 9836acd720988af30250c2c1ec18d618664dea4e (diff) | |
download | Melon-7708a5f335c6b3256290775e7f5deb43b681bf03.tar.gz Melon-7708a5f335c6b3256290775e7f5deb43b681bf03.zip |
More work
Diffstat (limited to 'Source/Library/Interface')
-rw-r--r-- | Source/Library/Interface/VirtualTerminal.iface.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Library/Interface/VirtualTerminal.iface.h b/Source/Library/Interface/VirtualTerminal.iface.h index 412cf8f..c6388e6 100644 --- a/Source/Library/Interface/VirtualTerminal.iface.h +++ b/Source/Library/Interface/VirtualTerminal.iface.h @@ -3,8 +3,9 @@ #define VTIF_OBJTYPE 0x10 -//S = static, GET = get, PR = process, VT = virtualterminal -#define VTIF_SGETPRVT 0 +//S = static, GET = get, PR = process, IN/OUT : in/out, VT = virtualterminal +#define VTIF_SGETPRINVT 6 +#define VTIF_SGETPROUTVT 7 #define VTIF_PUT 0x01 #define VTIF_WRITEHEX 0x02 |