Expand description
Utility functions for Iris Studio
Common utilities used across the TUI, including string truncation.
Functions§
- expand_
tabs - Expand tab characters to spaces and strip control characters.
- truncate_
chars - Truncate a string to a maximum character count, adding “…” if truncated.
- truncate_
width - Truncate a string to a maximum display width, adding “…” if truncated.