TextBufferWriter.bg

Set the background for any newly-written characters.

  1. AnsiColour bg [@property setter]
    struct TextBufferWriter
    @safe @nogc nothrow pure @property
    bg
  2. AnsiColour bg [@property getter]

Return Value

this, for function chaining.

Meta