MCPcopy Create free account

hub / github.com/Azure/go-ansiterm / types & classes

Types & classes28 in github.com/Azure/go-ansiterm

InterfaceAnsiEventHandler
event_handler.go:3
StructAnsiParser
parser.go:9
StructCHAR_INFO
Windows API Console types -- See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682101(v=vs.85).aspx for Console specific types (e.g., COO
winterm/api.go:115
StructCONSOLE_CURSOR_INFO
Windows API Console types -- See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682101(v=vs.85).aspx for Console specific types (e.g., COO
winterm/api.go:120
StructCONSOLE_SCREEN_BUFFER_INFO
Windows API Console types -- See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682101(v=vs.85).aspx for Console specific types (e.g., COO
winterm/api.go:125
StructCOORD
Windows API Console types -- See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682101(v=vs.85).aspx for Console specific types (e.g., COO
winterm/api.go:133
StructINPUT_RECORD
INPUT_RECORD is a C/C++ union of which KEY_EVENT_RECORD is one case, it is also the largest See https://msdn.microsoft.com/en-us/library/windows/deskt
winterm/api.go:147
StructKEY_EVENT_RECORD
Windows API Console types -- See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682101(v=vs.85).aspx for Console specific types (e.g., COO
winterm/api.go:152
FuncTypeOption
func(*AnsiParser)
parser.go:26
FuncTypeOption
func(*windowsAnsiEventHandler)
winterm/win_event_handler.go:31
StructSMALL_RECT
Windows API Console types -- See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682101(v=vs.85).aspx for Console specific types (e.g., COO
winterm/api.go:138
StructTestAnsiEventHandler
test_event_handler_test.go:8
StructWINDOW_BUFFER_SIZE
Windows API Console types -- See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682101(v=vs.85).aspx for Console specific types (e.g., COO
winterm/api.go:161
StructansiCommand
winterm/ansi.go:58
StructansiContext
context.go:3
StructbaseState
states.go:13
StructcsiEntryState
csi_entry_state.go:3
StructcsiParamState
csi_param_state.go:3
StructdcsEntryState
states.go:65
StructerrorState
states.go:69
StructescapeIntermediateState
escape_intermediate_state.go:3
StructescapeState
escape_state.go:3
StructgroundState
ground_state.go:3
StructoscStringState
osc_string_state.go:3
StructscrollRegion
winterm/win_event_handler.go:76
Interfacestate
states.go:5
TypeAliasstateID
states.go:3
StructwindowsAnsiEventHandler
winterm/win_event_handler.go:14