fix(tui): default Ctrl+Z to undo on Windows (#21138)

This commit is contained in:
Luke Parker
2026-04-06 02:38:35 +00:00
committed by GitHub
parent 9965d385de
commit 77a462c930
4 changed files with 61 additions and 2 deletions
@@ -761,6 +761,7 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
keybind: "terminal_suspend",
category: "System",
hidden: true,
enabled: tuiConfig.keybinds?.terminal_suspend !== "none",
onSelect: () => {
process.once("SIGCONT", () => {
renderer.resume()