Raxol.Terminal.Buffer.Content (Raxol v2.0.1)

View Source

Compatibility adapter for buffer content operations. Forwards calls to Raxol.Terminal.ScreenBuffer.Operations.

Summary

Functions

Writes content at a specific position in the buffer.

Functions

write_at(buffer, x, y, text, style \\ %{})

@spec write_at(
  term(),
  non_neg_integer(),
  non_neg_integer(),
  String.t(),
  map()
) :: term()

Writes content at a specific position in the buffer.