v7.1.0
envoyproxy/envoyv7.1.0Jun 17, 2026by sindresorhus
AI Summary
Added a `suspendTerminal()` function that allows handing the terminal to a child process, enabling better terminal I/O management in CLI tools.
Key Highlights
- New `suspendTerminal()` API for terminal handoff
- Enables child process control of terminal
- Useful for CLI applications spawning subprocesses
New Features
- suspendTerminal()
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