structstd.Progress.TerminalMode.WindowsApi[src]

Fields

code_page: windows.UINT

The output code page of the console.

Source Code

Source code
pub const WindowsApi = struct {
    /// The output code page of the console.
    code_page: windows.UINT,
}