Top Level Namespace
- Includes:
- Win32::Console::Constants
Defined Under Namespace
Constant Summary collapse
- FG_BLACK =
0
- FG_BLUE =
Win32::Console::API.constant("FOREGROUND_BLUE")
- FG_LIGHTBLUE =
Win32::Console::API.constant("FOREGROUND_BLUE")| Win32::Console::API.constant("FOREGROUND_INTENSITY")
- FG_RED =
Win32::Console::API.constant("FOREGROUND_RED")
- FG_LIGHTRED =
Win32::Console::API.constant("FOREGROUND_RED")| Win32::Console::API.constant("FOREGROUND_INTENSITY")
- FG_GREEN =
Win32::Console::API.constant("FOREGROUND_GREEN")
- FG_LIGHTGREEN =
Win32::Console::API.constant("FOREGROUND_GREEN")| Win32::Console::API.constant("FOREGROUND_INTENSITY")
- FG_MAGENTA =
Win32::Console::API.constant("FOREGROUND_RED")| Win32::Console::API.constant("FOREGROUND_BLUE")
- FG_LIGHTMAGENTA =
Win32::Console::API.constant("FOREGROUND_RED")| Win32::Console::API.constant("FOREGROUND_BLUE")| Win32::Console::API.constant("FOREGROUND_INTENSITY")
- FG_CYAN =
Win32::Console::API.constant("FOREGROUND_GREEN")| Win32::Console::API.constant("FOREGROUND_BLUE")
- FG_LIGHTCYAN =
Win32::Console::API.constant("FOREGROUND_GREEN")| Win32::Console::API.constant("FOREGROUND_BLUE")| Win32::Console::API.constant("FOREGROUND_INTENSITY")
- FG_BROWN =
Win32::Console::API.constant("FOREGROUND_RED")| Win32::Console::API.constant("FOREGROUND_GREEN")
- FG_YELLOW =
Win32::Console::API.constant("FOREGROUND_RED")| Win32::Console::API.constant("FOREGROUND_GREEN")| Win32::Console::API.constant("FOREGROUND_INTENSITY")
- FG_GRAY =
Win32::Console::API.constant("FOREGROUND_RED")| Win32::Console::API.constant("FOREGROUND_GREEN")| Win32::Console::API.constant("FOREGROUND_BLUE")
- FG_WHITE =
Win32::Console::API.constant("FOREGROUND_RED")| Win32::Console::API.constant("FOREGROUND_GREEN")| Win32::Console::API.constant("FOREGROUND_BLUE")| Win32::Console::API.constant("FOREGROUND_INTENSITY")
- BG_BLACK =
0
- BG_BLUE =
Win32::Console::API.constant("BACKGROUND_BLUE")
- BG_LIGHTBLUE =
Win32::Console::API.constant("BACKGROUND_BLUE")| Win32::Console::API.constant("BACKGROUND_INTENSITY")
- BG_RED =
Win32::Console::API.constant("BACKGROUND_RED")
- BG_LIGHTRED =
Win32::Console::API.constant("BACKGROUND_RED")| Win32::Console::API.constant("BACKGROUND_INTENSITY")
- BG_GREEN =
Win32::Console::API.constant("BACKGROUND_GREEN")
- BG_LIGHTGREEN =
Win32::Console::API.constant("BACKGROUND_GREEN")| Win32::Console::API.constant("BACKGROUND_INTENSITY")
- BG_MAGENTA =
Win32::Console::API.constant("BACKGROUND_RED")| Win32::Console::API.constant("BACKGROUND_BLUE")
- BG_LIGHTMAGENTA =
Win32::Console::API.constant("BACKGROUND_RED")| Win32::Console::API.constant("BACKGROUND_BLUE")| Win32::Console::API.constant("BACKGROUND_INTENSITY")
- BG_CYAN =
Win32::Console::API.constant("BACKGROUND_GREEN")| Win32::Console::API.constant("BACKGROUND_BLUE")
- BG_LIGHTCYAN =
Win32::Console::API.constant("BACKGROUND_GREEN")| Win32::Console::API.constant("BACKGROUND_BLUE")| Win32::Console::API.constant("BACKGROUND_INTENSITY")
- BG_BROWN =
Win32::Console::API.constant("BACKGROUND_RED")| Win32::Console::API.constant("BACKGROUND_GREEN")
- BG_YELLOW =
Win32::Console::API.constant("BACKGROUND_RED")| Win32::Console::API.constant("BACKGROUND_GREEN")| Win32::Console::API.constant("BACKGROUND_INTENSITY")
- BG_GRAY =
Win32::Console::API.constant("BACKGROUND_RED")| Win32::Console::API.constant("BACKGROUND_GREEN")| Win32::Console::API.constant("BACKGROUND_BLUE")
- BG_WHITE =
Win32::Console::API.constant("BACKGROUND_RED")| Win32::Console::API.constant("BACKGROUND_GREEN")| Win32::Console::API.constant("BACKGROUND_BLUE")| Win32::Console::API.constant("BACKGROUND_INTENSITY")
- ATTR_NORMAL =
FG_GRAY | BG_BLACK
- ATTR_INVERSE =
FG_BLACK | BG_GRAY
Constants included from Win32::Console::Constants
Win32::Console::Constants::BACKGROUND_BLUE, Win32::Console::Constants::BACKGROUND_GREEN, Win32::Console::Constants::BACKGROUND_INTENSITY, Win32::Console::Constants::BACKGROUND_RED, Win32::Console::Constants::CAPSLOCK_ON, Win32::Console::Constants::CONSOLE_TEXTMODE_BUFFER, Win32::Console::Constants::CTRL_BREAK_EVENT, Win32::Console::Constants::CTRL_CLOSE_EVENT, Win32::Console::Constants::CTRL_C_EVENT, Win32::Console::Constants::CTRL_LOGOFF_EVENT, Win32::Console::Constants::CTRL_SHUTDOWN_EVENT, Win32::Console::Constants::DOUBLE_CLICK, Win32::Console::Constants::ENABLE_ECHO_INPUT, Win32::Console::Constants::ENABLE_LINE_INPUT, Win32::Console::Constants::ENABLE_MOUSE_INPUT, Win32::Console::Constants::ENABLE_PROCESSED_INPUT, Win32::Console::Constants::ENABLE_PROCESSED_OUTPUT, Win32::Console::Constants::ENABLE_WINDOW_INPUT, Win32::Console::Constants::ENABLE_WRAP_AT_EOL_OUTPUT, Win32::Console::Constants::ENHANCED_KEY, Win32::Console::Constants::FILE_SHARE_READ, Win32::Console::Constants::FILE_SHARE_WRITE, Win32::Console::Constants::FOCUS_EVENT, Win32::Console::Constants::FOREGROUND_BLUE, Win32::Console::Constants::FOREGROUND_GREEN, Win32::Console::Constants::FOREGROUND_INTENSITY, Win32::Console::Constants::FOREGROUND_RED, Win32::Console::Constants::FROM_LEFT_1ST_BUTTON_PRESSED, Win32::Console::Constants::FROM_LEFT_2ND_BUTTON_PRESSED, Win32::Console::Constants::FROM_LEFT_3RD_BUTTON_PRESSED, Win32::Console::Constants::FROM_LEFT_4TH_BUTTON_PRESSED, Win32::Console::Constants::GENERIC_READ, Win32::Console::Constants::GENERIC_WRITE, Win32::Console::Constants::INVALID_HANDLE_VALUE, Win32::Console::Constants::KEY_EVENT, Win32::Console::Constants::LEFT_ALT_PRESSED, Win32::Console::Constants::LEFT_CTRL_PRESSED, Win32::Console::Constants::MENU_EVENT, Win32::Console::Constants::MOUSE_EVENT, Win32::Console::Constants::MOUSE_MOVED, Win32::Console::Constants::MOUSE_WHEELED, Win32::Console::Constants::NUMLOCK_ON, Win32::Console::Constants::RIGHTMOST_BUTTON_PRESSED, Win32::Console::Constants::RIGHT_ALT_PRESSED, Win32::Console::Constants::RIGHT_CTRL_PRESSED, Win32::Console::Constants::SCROLLLOCK_ON, Win32::Console::Constants::SHIFT_PRESSED, Win32::Console::Constants::STD_ERROR_HANDLE, Win32::Console::Constants::STD_INPUT_HANDLE, Win32::Console::Constants::STD_OUTPUT_HANDLE, Win32::Console::Constants::WINDOW_BUFFER_SIZE_EVENT