MCPcopy
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
76func WithoutICANON() Option {
77 return func(state *unix.Termios) {
78 state.Lflag &^= unix.ICANON
79 }
80}

Callers 2

TestSetStateDifferentFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestSetStateDifferentFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…