ENABLE_LVB_GRID_WORLDWIDE top-level constant

  1. @Deprecated('Use CONSOLE_MODE.ENABLE_LVB_GRID_WORLDWIDE instead')
int const ENABLE_LVB_GRID_WORLDWIDE

The APIs for writing character attributes including WriteConsoleOutput and WriteConsoleOutputAttribute allow the usage of flags from character attributes to adjust the color of the foreground and background of text. Additionally, a range of DBCS flags was specified with the COMMON_LVB prefix. Historically, these flags only functioned in DBCS code pages for Chinese, Japanese, and Korean languages.

Implementation

@Deprecated('Use CONSOLE_MODE.ENABLE_LVB_GRID_WORLDWIDE instead')
const ENABLE_LVB_GRID_WORLDWIDE = 0x0010;