[NullableContext((byte)1)]
[Nullable((byte)0)]
public class AnsiWriter : IAnsiBasicWriter
kind:method, kind:property, kind:ctor. Press Esc to clear.AnsiWriter(IBufferWriter<Char>, AnsiCapabilities?)Initializes a new instance of the AnsiWriter class that writes to an IBufferWriter<T>.CapabilitiesGets the capabilities used by this writer.AlternateScreen(Boolean)Enters or leaves the alternate screen buffer (ESC [ ? 1049 h / ESC [ ? 1049 l).Background(AnsiColor)Emits an SGR sequence that sets the background color.ClearAllTabStops()Clears all horizontal tab stops (TBC) (ESC [ 3 g).CursorBack(Int32)Emits CSI cursor back (ESC [ n D).CursorBackTab(Int32)Moves the cursor to the previous horizontal tab stop (CBT) (ESC [ n Z).CursorBlinking(Boolean)Enables or disables the text cursor blinking mode (ATT160) (ESC [ ? 12 h / ESC [ ? 12 l).CursorDown(Int32)Emits CSI cursor down (ESC [ n B).CursorVerticalAbsolute(Int32)Emits CSI line position absolute (ESC [ row d), 1-based.DeleteCharacters(Int32)Emits CSI delete characters (ESC [ n P).DeleteLines(Int32)Emits CSI delete lines (ESC [ n M).EndLink()Ends the current OSC 8 hyperlink (ESC ] 8 ; ; ST).EnterAlternateScreen()Emits the DEC private mode sequence to enter the alternate screen buffer (ESC [ ? 1049 h).EraseCharacters(Int32)Emits CSI erase characters (ESC [ n X).EraseInDisplay(Int32)Emits CSI erase in display (ESC [ n J).EraseLine(Int32)Emits CSI erase in line (ESC [ n K).ExitLineDrawingMode()Exits DEC line drawing mode and restores US-ASCII (G0) (ESC ( B).Forward(Int32)Emits CSI cursor forward (ESC [ n C).HorizontalAndVerticalPosition(Int32, Int32)Emits CSI horizontal and vertical position (ESC [ row ; col f), 1-based.HorizontalTabSet()Sets a horizontal tab stop at the current cursor column (HTS) (ESC H).KeypadNumericMode()Enables keypad numeric mode (DECKPNM) (ESC >).PreviousLine(Int32)Emits CSI previous line (ESC [ n F).PrivateMode(Int32, Boolean)Sets or resets a DEC private mode (DECSET/DECRST) (ESC [ ? n h / ESC [ ? n l).RequestCursorPosition()Requests the cursor position report (DECXCPR) (ESC [ 6 n).ResetScrollRegion()Resets the scrolling region (DECSTBM) (ESC [ r).ResetStyle()Emits SGR reset (ESC [ 0 m).RestoreCursorPosition()Emits CSI restore cursor position (ESC [ u).ReverseIndex()Emits reverse index (RI) (ESC M).SaveCursorPosition()Emits CSI save cursor position (ESC [ s).ScrollDown(Int32)Emits CSI scroll down (ESC [ n T).SetPaletteColor(Int32, Byte, Byte, Byte)Modifies a palette color entry (OSC 4) (ESC ] 4 ; i ; rgb:rr/gg/bb ST).ShowCursor(Boolean)Emits the DEC private mode sequence to show or hide the cursor (ESC [ ? 25 h / ESC [ ? 25 l).StyleTransition(AnsiStyle, AnsiStyle)Emits a minimal SGR sequence that transitions from one style to another.Undecorate(AnsiDecorations)Disables the specified decoration flags (SGR).Up(Int32)Emits CSI cursor up (ESC [ n A).WindowTitle(ReadOnlySpan<Char>)Sets the window title (OSC 2) (ESC ] 2 ; string ST).Write(String)Writes the specified text verbatim.WriteKeyEvent(AnsiKeyEvent, Boolean)Writes a common key input sequence (Windows Console VT / xterm conventions).WriteSs3(Char)Writes an SS3 sequence (ESC O final).