mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-22 06:00:26 +00:00
Export wrapTextWithAnsi utility and add handleInput docs
- Export wrapTextWithAnsi from tui package - Add 'Handling Input' section to README with key detection example - Document wrapTextWithAnsi in utilities section
This commit is contained in:
parent
1d3203fd3d
commit
71cbae6371
3 changed files with 46 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
|||
- `isShiftCtrlO()` key detection function for Shift+Ctrl+O (Kitty protocol)
|
||||
- `isShiftCtrlD()` key detection function for Shift+Ctrl+D (Kitty protocol)
|
||||
- `TUI.onDebug` callback for global debug key handling (Shift+Ctrl+D)
|
||||
- `wrapTextWithAnsi()` utility now exported (wraps text to width, preserving ANSI codes)
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue