Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/go-ansiterm
/ types & classes
Types & classes
28 in github.com/Azure/go-ansiterm
⨍
Functions
224
◇
Types & classes
28
Interface
AnsiEventHandler
event_handler.go:3
Struct
AnsiParser
parser.go:9
Struct
CHAR_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
Struct
CONSOLE_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
Struct
CONSOLE_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
Struct
COORD
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
Struct
INPUT_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
Struct
KEY_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
FuncType
Option
func(*AnsiParser)
parser.go:26
FuncType
Option
func(*windowsAnsiEventHandler)
winterm/win_event_handler.go:31
Struct
SMALL_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
Struct
TestAnsiEventHandler
test_event_handler_test.go:8
Struct
WINDOW_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
Struct
ansiCommand
winterm/ansi.go:58
Struct
ansiContext
context.go:3
Struct
baseState
states.go:13
Struct
csiEntryState
csi_entry_state.go:3
Struct
csiParamState
csi_param_state.go:3
Struct
dcsEntryState
states.go:65
Struct
errorState
states.go:69
Struct
escapeIntermediateState
escape_intermediate_state.go:3
Struct
escapeState
escape_state.go:3
Struct
groundState
ground_state.go:3
Struct
oscStringState
osc_string_state.go:3
Struct
scrollRegion
winterm/win_event_handler.go:76
Interface
state
states.go:5
TypeAlias
stateID
states.go:3
Struct
windowsAnsiEventHandler
winterm/win_event_handler.go:14