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

@ -39,6 +39,7 @@
"@types/mime-types": "^2.1.4",
"chalk": "^5.5.0",
"get-east-asian-width": "^1.3.0",
"koffi": "^2.9.0",
"marked": "^15.0.12",
"mime-types": "^3.0.1"
},