Versions in this module Expand all Collapse all v1 v1.9.5 Sep 3, 2024 Changes in this version type Operator + const EndOfRecord + const LineMode + const OutputFormFeedDisposition + const OutputVerticalTabStops + const SubNegotiation type WindowSize + func (w WindowSize) String() string v1.9.4 Jul 28, 2024 v1.9.3 May 24, 2024 v1.9.2 May 24, 2024 v1.9.1 May 15, 2024 v1.9.0 May 1, 2024 v1.8.2 Apr 24, 2024 v1.8.1 Apr 22, 2024 v1.8.0 Apr 19, 2024 Changes in this version + func MakeRenderer(w io.Writer, profile termenv.Profile) *lipgloss.Renderer type Operator + const RemoteControlledTransAndEcho + type WindowSize struct + Height uint16 + Width uint16 v1.7.2 Feb 8, 2024 v1.7.1 Jan 10, 2024 v1.7.0 Nov 24, 2023 Changes in this version + var ClearLine = []byte("\r\x1B[K") + func Bytes(cmds ...Operator) []byte + func Proxy(conn net.Conn, proxy io.Writer, termCh chan string) error + func Write(w io.Writer, cmds ...Operator) (int, error) + func WriteAndClear(w io.Writer, cmds ...Operator) (int, error) + type Operator byte + const Abort + const ApproxMessageSizeNegotiation + const AreYouThere + const BinaryTransmission + const Break + const ByteMacro + const DataEntryTerminal + const DataMark + const Do + const Dont + const Echo + const EndofRecord + const EraseChar + const EraseLine + const ExtendedASCII + const ExtendedOptionsList + const GoAhead + const Iac + const Interrupt + const Linemode + const Logout + const NegotiateAboutWindowSize + const Nop + const OutputCarriageReturnDisposition + const OutputFormfeedDisposition + const OutputHorizontalTabDisposition + const OutputHorizontalTabStops + const OutputLineWidth + const OutputLinefeedDisposition + const OutputMarking + const OutputPageSize + const OutputVerticalTabDisposition + const OutputVerticalTabstops + const Reconnection + const RemoteControlledTransandEcho + const RemoteFlowControl + const SUPDUP + const SUPDUPOutput + const Se + const SendLocation + const Status + const Subnegotiation + const SuppressGoAhead + const TACACSUserIdentification + const Telnet3270Regime + const TerminalLocationNumber + const TerminalSpeed + const TerminalType + const TimingMark + const Will + const Wont + const X3PAD + const XDisplayLocation + func (i Operator) String() string