tui_lib 0.1.8

A Library to Be the base of a Tui Operation
Documentation
1
2
3
4
5
pub const STD_INPUT_HANDLE: i32 = (u32::MAX - 9) as i32;
pub const STD_OUTPUT_HANDLE: i32 = (u32::MAX - 10) as i32;
pub const ENABLE_EXTENDED_FLAGS: u32 = 0x80;
pub const ENABLE_VIRTUAL_TERMINAL_INPUT: u32 = 0x200;
pub const KEY_EVENT: u32 = 0x1;