v7.1.0
devlikeapro/wahav7.1.0Jun 17, 2026by sindresorhus
AI Summary
Ink v7.1.0 introduces a new `suspendTerminal()` function to allow handing control of the terminal to a child process, facilitating better integration with external tools and commands.
Key Highlights
- New `suspendTerminal()` function for child process integration
- Enhanced terminal control capabilities
New Features
- Add `suspendTerminal()` function to hand terminal to child process
Full Release Notes
- Add [`suspendTerminal()`](https://github.com/vadimdemedes/ink#suspendterminalcallback) to hand the terminal to a child process (#972) 9e8ed1f --- https://github.com/vadimdemedes/ink/compare/v7.0.6...v7.1.0