mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 05:02:07 +00:00
fix(tui): enable VT input mode on Windows (#1495)
This fixes Shift+Tab not being recognized correctly
This commit is contained in:
parent
6312fc2e42
commit
9e22d3913a
4 changed files with 49 additions and 10 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue