fix(tui): enable VT input mode on Windows (#1495)

This fixes Shift+Tab not being recognized correctly
This commit is contained in:
Duncan Ogilvie 2026-02-14 01:45:11 +01:00 committed by GitHub
parent 6312fc2e42
commit 9e22d3913a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 49 additions and 10 deletions

View file

@ -45,7 +45,8 @@
"dependencies": {
"@mariozechner/jiti": "^2.6.5",
"@mariozechner/pi-coding-agent": "^0.30.2",
"get-east-asian-width": "^1.4.0"
"get-east-asian-width": "^1.4.0",
"koffi": "^2.15.1"
},
"overrides": {
"rimraf": "6.1.2",