Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containers/toolbox
/ WithoutICANON
Function
WithoutICANON
src/pkg/term/term.go:76–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
func
WithoutICANON() Option {
77
return
func
(state *unix.Termios) {
78
state.Lflag &^= unix.ICANON
79
}
80
}
Callers
2
TestNewStateFromDifferent
Function · 0.85
TestSetStateDifferent
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestNewStateFromDifferent
Function · 0.68
TestSetStateDifferent
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…