Character glyphs for TUI display.
Glyphs(
self,
tool_prefix: str,
ellipsis: str,
checkmark: str,
error: str,
circle_empty: str,
circle_filled: str,
output_prefix: str,
spinner_frames: tuple[str, ...],
pause: str,
newline: str,
warning: str,
question: str,
arrow_up: str,
arrow_down: str,
bullet: str,
cursor: str,
box_vertical: str,
box_horizontal: str,
box_double_horizontal: str,
gutter_bar: str,
tree_branch: str,
tree_last: str,
tree_vertical: str
)| Name | Type |
|---|---|
| tool_prefix | str |
| ellipsis | str |
| checkmark | str |
| error | str |
| circle_empty | str |
| circle_filled | str |
| output_prefix | str |
| spinner_frames | tuple[str, ...] |
| pause | str |
| newline | str |
| warning | str |
| question | str |
| arrow_up | str |
| arrow_down | str |
| bullet | str |
| cursor | str |
| box_vertical | str |
| box_horizontal | str |
| box_double_horizontal | str |
| gutter_bar | str |
| tree_branch | str |
| tree_last | str |
| tree_vertical | str |