Raxol.UI.Components.Input.MultiLineInput.RenderHelper (Raxol v2.0.1)

View Source

Rendering helper functions for MultiLineInput component.

Summary

Functions

Renders a single line with proper styling for cursor and selection.

Functions

render_line(line_index, line_content, state, theme)

@spec render_line(
  integer(),
  String.t(),
  Raxol.UI.Components.Input.MultiLineInput.t(),
  map()
) :: list()

Renders a single line with proper styling for cursor and selection.