# `Minga.RenderModel.Window.Annotation`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga/render_model/window/annotation.ex#L1)

A line annotation resolved to display coordinates for GUI rendering.

Built by the window render-model builder from buffer decorations, this struct
contains the display row and the annotation's visual properties. Consumed
by the GUI protocol encoder (0x80 wire format) and the TUI render pipeline.

# `t`

```elixir
@type t() :: %Minga.RenderModel.Window.Annotation{
  bg: non_neg_integer(),
  fg: non_neg_integer(),
  kind: Minga.Core.Decorations.LineAnnotation.kind(),
  row: non_neg_integer(),
  text: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
