Skip to main content

Module ui

Module ui 

Source
Expand description

Terminal UI components.

This module contains all UI-related code including:

  • viewport: Scroll position and visible range management
  • widgets: Ratatui widgets for rendering
  • style: Theming and colors

Modules§

style
Theming and color definitions.
viewport
Viewport management for scrolling.
widgets
Ratatui widgets for rendering UI components.

Constants§

DOCUMENT_LEFT_PADDING
DOC_WIDTH_PERCENT
TOC_WIDTH_PERCENT

Functions§

document_content_width
line_number_width
Calculate the width needed for line numbers.
link_picker_content_top
link_picker_rect
render
Render the complete UI.
split_main_columns