- Export wrapTextWithAnsi from tui package - Add 'Handling Input' section to README with key detection example - Document wrapTextWithAnsi in utilities section
- Add changelog entries for new key detection functions and TUI.onDebug - Completely rewrite README with accurate documentation: - All components documented (added TruncatedText, SettingsList) - All theme interfaces documented (EditorTheme, MarkdownTheme, SelectListTheme, SettingsListTheme, ImageTheme) - Fixed incorrect constructor signatures - Added key detection utilities section - Added utilities section
Handles both block-level and inline HTML tags that were previously silently dropped. fixes #359
Closes #305 - took direct rename approach instead of alias system Thanks @mitsuhiko for the nudge!