Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StreamStripper ¶ added in v0.82.0
type StreamStripper struct {
// contains filtered or unexported fields
}
StreamStripper removes ANSI escape sequences while preserving ordinary bytes exactly, including UTF-8 sequences split across writes.
func (*StreamStripper) Write ¶ added in v0.82.0
func (s *StreamStripper) Write(input []byte) []byte
Click to show internal directories.
Click to hide internal directories.