MCPcopy Create free account

hub / github.com/Azure/go-ansiterm / functions

Functions224 in github.com/Azure/go-ansiterm

↓ 1 callersMethodVPA
Vertical line Position Absolute
event_handler.go:32
↓ 1 callersFunctionboolToBOOL
boolToBOOL converts a Go bool into a Windows int32.
winterm/api.go:167
↓ 1 callersFunctionbytesToHex
bytesToHex converts a slice of bytes to a human-readable string.
winterm/ansi.go:144
↓ 1 callersMethodchangeState
(newState state)
parser.go:128
↓ 1 callersFunctioncollectAnsiIntoWindowsAttributes
collectAnsiIntoWindowsAttributes modifies the passed Windows text mode flags to reflect the request represented by the passed ANSI mode.
winterm/attr_translation.go:14
↓ 1 callersFunctiongetEscapeToGroundBytes
See http://www.vt100.net/emu/vt500_parser.png for description of the complex byte ranges below
constants.go:157
↓ 1 callersFunctiongetExecuteBytes
()
constants.go:167
↓ 1 callersFunctiongetState
(name string, states []state)
parser.go:87
↓ 1 callersFunctiongetStateNames
()
parser_test_helpers_test.go:8
↓ 1 callersFunctiongetToGroundBytes
()
constants.go:174
↓ 1 callersMethodhDispatch
(params []string)
parser_action_helpers.go:76
↓ 1 callersMethodhandle
(b byte)
parser.go:107
↓ 1 callersMethodinsertCharacters
(param int)
winterm/scroll_helper.go:89
↓ 1 callersMethodinsertLines
(param int)
winterm/scroll_helper.go:47
↓ 1 callersFunctioninvertAttributes
invertAttributes inverts the foreground and background colors of a Windows attributes value
winterm/attr_translation.go:98
↓ 1 callersFunctionisCharacterSelectionCmdChar
(b byte)
winterm/ansi.go:139
↓ 1 callersMethodlDispatch
(params []string)
parser_action_helpers.go:84
↓ 1 callersMethodmoveCursorColumn
(param int)
winterm/cursor_helpers.go:87
↓ 1 callersMethodprint
()
parser_actions.go:108
↓ 1 callersMethodscrollLine
scrollLine scrolls a line horizontally starting at the provided position by a number of columns.
winterm/scroll_helper.go:94
MethodCHA
(param int)
test_event_handler_test.go:63
MethodCHA
(param int)
winterm/win_event_handler.go:339
MethodCNL
(param int)
test_event_handler_test.go:53
MethodCNL
(param int)
winterm/win_event_handler.go:321
MethodCPL
(param int)
test_event_handler_test.go:58
MethodCPL
(param int)
winterm/win_event_handler.go:330
MethodCUB
(param int)
test_event_handler_test.go:48
MethodCUB
(param int)
winterm/win_event_handler.go:312
MethodCUD
(param int)
test_event_handler_test.go:38
MethodCUD
(param int)
winterm/win_event_handler.go:294
MethodCUF
(param int)
test_event_handler_test.go:43
MethodCUF
(param int)
winterm/win_event_handler.go:303
MethodCUP
(x int, y int)
test_event_handler_test.go:73
MethodCUU
(param int)
test_event_handler_test.go:33
MethodCUU
(param int)
winterm/win_event_handler.go:285
FunctionCreateWinEventHandler
(fd uintptr, file *os.File, opts ...Option)
winterm/win_event_handler.go:39
MethodDA
(params []string)
test_event_handler_test.go:150
MethodDA
(params []string)
winterm/win_event_handler.go:640
MethodDCH
(param int)
test_event_handler_test.go:125
MethodDCH
(param int)
winterm/win_event_handler.go:574
MethodDECCOLM
(use132 bool)
test_event_handler_test.go:95
MethodDECCOLM
(use132 bool)
winterm/win_event_handler.go:408
MethodDECOM
(visible bool)
test_event_handler_test.go:90
MethodDECOM
(enable bool)
winterm/win_event_handler.go:398
MethodDECSTBM
(top int, bottom int)
test_event_handler_test.go:155
MethodDECSTBM
(top int, bottom int)
winterm/win_event_handler.go:647
MethodDECTCEM
(visible bool)
test_event_handler_test.go:85
MethodDECTCEM
(visible bool)
winterm/win_event_handler.go:389
MethodDL
(param int)
test_event_handler_test.go:115
MethodDL
(param int)
winterm/win_event_handler.go:556
MethodED
(param int)
test_event_handler_test.go:100
MethodEL
(param int)
test_event_handler_test.go:105
MethodEL
(param int)
winterm/win_event_handler.go:506
MethodEnter
()
csi_entry_state.go:46
MethodEnter
()
states.go:18
MethodEnter
()
escape_state.go:44
MethodExecute
(b byte)
test_event_handler_test.go:28
MethodExecute
(b byte)
winterm/win_event_handler.go:203
MethodExit
()
states.go:22
MethodFlush
()
test_event_handler_test.go:171
FunctionGetConsoleCursorInfo
GetConsoleCursorInfo retrieves information about the size and visiblity of the console cursor. See https://msdn.microsoft.com/en-us/library/windows/de
winterm/api.go:177
FunctionGetConsoleMode
GetConsoleMode gets the console mode for given file descriptor See http://msdn.microsoft.com/en-us/library/windows/desktop/ms683167(v=vs.85).aspx.
winterm/api.go:199
FunctionGetStdFile
(nFile int)
winterm/ansi.go:164
MethodHVP
(x int, y int)
test_event_handler_test.go:79
MethodHVP
(row int, col int)
winterm/win_event_handler.go:380
MethodHandle
(b byte)
csi_entry_state.go:7
MethodHandle
(b byte)
ground_state.go:7
MethodHandle
(b byte)
states.go:26
MethodHandle
(b byte)
csi_param_state.go:7
MethodHandle
(b byte)
osc_string_state.go:7
MethodHandle
(b byte)
escape_state.go:7
MethodHandle
(b byte)
escape_intermediate_state.go:7
MethodICH
(param int)
test_event_handler_test.go:120
MethodICH
(param int)
winterm/win_event_handler.go:565
MethodIL
(param int)
test_event_handler_test.go:110
MethodIL
(param int)
winterm/win_event_handler.go:547
MethodIND
()
test_event_handler_test.go:166
MethodIND
()
winterm/win_event_handler.go:682
MethodName
()
states.go:44
MethodPrint
(b byte)
test_event_handler_test.go:23
MethodPrint
(b byte)
winterm/win_event_handler.go:180
MethodRI
()
test_event_handler_test.go:161
MethodRI
()
winterm/win_event_handler.go:662
FunctionReadConsoleInput
ReadConsoleInput reads (and removes) data from the console input buffer. See https://msdn.microsoft.com/en-us/library/windows/desktop/ms684961(v=vs.85
winterm/api.go:271
MethodSD
(param int)
test_event_handler_test.go:145
MethodSD
(param int)
winterm/win_event_handler.go:631
MethodSGR
(params []int)
test_event_handler_test.go:130
MethodSGR
(params []int)
winterm/win_event_handler.go:583
MethodSU
(param int)
test_event_handler_test.go:140
MethodSU
(param int)
winterm/win_event_handler.go:622
FunctionSetConsoleCursorInfo
SetConsoleCursorInfo sets the size and visiblity of the console cursor. See https://msdn.microsoft.com/en-us/library/windows/desktop/ms686019(v=vs.85)
winterm/api.go:184
FunctionSetConsoleMode
SetConsoleMode sets the console mode for given file descriptor See http://msdn.microsoft.com/en-us/library/windows/desktop/ms686033(v=vs.85).aspx.
winterm/api.go:206
MethodString
String helpers
winterm/api.go:293
MethodString
()
winterm/api.go:297
MethodString
()
winterm/api.go:301
MethodString
()
winterm/ansi.go:112
FunctionTestAnyToX
(t *testing.T)
parser_test.go:24
FunctionTestC0
(t *testing.T)
parser_test.go:133
FunctionTestClear
(t *testing.T)
parser_test.go:121
FunctionTestClearOnStateChange
(t *testing.T)
parser_test.go:128
← previousnext →101–200 of 224, ranked by callers