Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure/go-ansiterm
/ functions
Functions
224 in github.com/Azure/go-ansiterm
⨍
Functions
224
◇
Types & classes
28
↓ 1 callers
Method
VPA
Vertical line Position Absolute
event_handler.go:32
↓ 1 callers
Function
boolToBOOL
boolToBOOL converts a Go bool into a Windows int32.
winterm/api.go:167
↓ 1 callers
Function
bytesToHex
bytesToHex converts a slice of bytes to a human-readable string.
winterm/ansi.go:144
↓ 1 callers
Method
changeState
(newState state)
parser.go:128
↓ 1 callers
Function
collectAnsiIntoWindowsAttributes
collectAnsiIntoWindowsAttributes modifies the passed Windows text mode flags to reflect the request represented by the passed ANSI mode.
winterm/attr_translation.go:14
↓ 1 callers
Function
getEscapeToGroundBytes
See http://www.vt100.net/emu/vt500_parser.png for description of the complex byte ranges below
constants.go:157
↓ 1 callers
Function
getExecuteBytes
()
constants.go:167
↓ 1 callers
Function
getState
(name string, states []state)
parser.go:87
↓ 1 callers
Function
getStateNames
()
parser_test_helpers_test.go:8
↓ 1 callers
Function
getToGroundBytes
()
constants.go:174
↓ 1 callers
Method
hDispatch
(params []string)
parser_action_helpers.go:76
↓ 1 callers
Method
handle
(b byte)
parser.go:107
↓ 1 callers
Method
insertCharacters
(param int)
winterm/scroll_helper.go:89
↓ 1 callers
Method
insertLines
(param int)
winterm/scroll_helper.go:47
↓ 1 callers
Function
invertAttributes
invertAttributes inverts the foreground and background colors of a Windows attributes value
winterm/attr_translation.go:98
↓ 1 callers
Function
isCharacterSelectionCmdChar
(b byte)
winterm/ansi.go:139
↓ 1 callers
Method
lDispatch
(params []string)
parser_action_helpers.go:84
↓ 1 callers
Method
moveCursorColumn
(param int)
winterm/cursor_helpers.go:87
↓ 1 callers
Method
print
()
parser_actions.go:108
↓ 1 callers
Method
scrollLine
scrollLine scrolls a line horizontally starting at the provided position by a number of columns.
winterm/scroll_helper.go:94
Method
CHA
(param int)
test_event_handler_test.go:63
Method
CHA
(param int)
winterm/win_event_handler.go:339
Method
CNL
(param int)
test_event_handler_test.go:53
Method
CNL
(param int)
winterm/win_event_handler.go:321
Method
CPL
(param int)
test_event_handler_test.go:58
Method
CPL
(param int)
winterm/win_event_handler.go:330
Method
CUB
(param int)
test_event_handler_test.go:48
Method
CUB
(param int)
winterm/win_event_handler.go:312
Method
CUD
(param int)
test_event_handler_test.go:38
Method
CUD
(param int)
winterm/win_event_handler.go:294
Method
CUF
(param int)
test_event_handler_test.go:43
Method
CUF
(param int)
winterm/win_event_handler.go:303
Method
CUP
(x int, y int)
test_event_handler_test.go:73
Method
CUU
(param int)
test_event_handler_test.go:33
Method
CUU
(param int)
winterm/win_event_handler.go:285
Function
CreateWinEventHandler
(fd uintptr, file *os.File, opts ...Option)
winterm/win_event_handler.go:39
Method
DA
(params []string)
test_event_handler_test.go:150
Method
DA
(params []string)
winterm/win_event_handler.go:640
Method
DCH
(param int)
test_event_handler_test.go:125
Method
DCH
(param int)
winterm/win_event_handler.go:574
Method
DECCOLM
(use132 bool)
test_event_handler_test.go:95
Method
DECCOLM
(use132 bool)
winterm/win_event_handler.go:408
Method
DECOM
(visible bool)
test_event_handler_test.go:90
Method
DECOM
(enable bool)
winterm/win_event_handler.go:398
Method
DECSTBM
(top int, bottom int)
test_event_handler_test.go:155
Method
DECSTBM
(top int, bottom int)
winterm/win_event_handler.go:647
Method
DECTCEM
(visible bool)
test_event_handler_test.go:85
Method
DECTCEM
(visible bool)
winterm/win_event_handler.go:389
Method
DL
(param int)
test_event_handler_test.go:115
Method
DL
(param int)
winterm/win_event_handler.go:556
Method
ED
(param int)
test_event_handler_test.go:100
Method
EL
(param int)
test_event_handler_test.go:105
Method
EL
(param int)
winterm/win_event_handler.go:506
Method
Enter
()
csi_entry_state.go:46
Method
Enter
()
states.go:18
Method
Enter
()
escape_state.go:44
Method
Execute
(b byte)
test_event_handler_test.go:28
Method
Execute
(b byte)
winterm/win_event_handler.go:203
Method
Exit
()
states.go:22
Method
Flush
()
test_event_handler_test.go:171
Function
GetConsoleCursorInfo
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
Function
GetConsoleMode
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
Function
GetStdFile
(nFile int)
winterm/ansi.go:164
Method
HVP
(x int, y int)
test_event_handler_test.go:79
Method
HVP
(row int, col int)
winterm/win_event_handler.go:380
Method
Handle
(b byte)
csi_entry_state.go:7
Method
Handle
(b byte)
ground_state.go:7
Method
Handle
(b byte)
states.go:26
Method
Handle
(b byte)
csi_param_state.go:7
Method
Handle
(b byte)
osc_string_state.go:7
Method
Handle
(b byte)
escape_state.go:7
Method
Handle
(b byte)
escape_intermediate_state.go:7
Method
ICH
(param int)
test_event_handler_test.go:120
Method
ICH
(param int)
winterm/win_event_handler.go:565
Method
IL
(param int)
test_event_handler_test.go:110
Method
IL
(param int)
winterm/win_event_handler.go:547
Method
IND
()
test_event_handler_test.go:166
Method
IND
()
winterm/win_event_handler.go:682
Method
Name
()
states.go:44
Method
Print
(b byte)
test_event_handler_test.go:23
Method
Print
(b byte)
winterm/win_event_handler.go:180
Method
RI
()
test_event_handler_test.go:161
Method
RI
()
winterm/win_event_handler.go:662
Function
ReadConsoleInput
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
Method
SD
(param int)
test_event_handler_test.go:145
Method
SD
(param int)
winterm/win_event_handler.go:631
Method
SGR
(params []int)
test_event_handler_test.go:130
Method
SGR
(params []int)
winterm/win_event_handler.go:583
Method
SU
(param int)
test_event_handler_test.go:140
Method
SU
(param int)
winterm/win_event_handler.go:622
Function
SetConsoleCursorInfo
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
Function
SetConsoleMode
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
Method
String
String helpers
winterm/api.go:293
Method
String
()
winterm/api.go:297
Method
String
()
winterm/api.go:301
Method
String
()
winterm/ansi.go:112
Function
TestAnyToX
(t *testing.T)
parser_test.go:24
Function
TestC0
(t *testing.T)
parser_test.go:133
Function
TestClear
(t *testing.T)
parser_test.go:121
Function
TestClearOnStateChange
(t *testing.T)
parser_test.go:128
← previous
next →
101–200 of 224, ranked by callers