fix(client): enable ANSI processing explicitly for admin/elevated terminals

This commit is contained in:
Helios Agent 2026-03-03 15:49:55 +01:00
parent e0edf60461
commit 72cf15a6e3
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
2 changed files with 21 additions and 0 deletions

View file

@ -36,4 +36,5 @@ windows = { version = "0.54", features = [
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell",
"Win32_System_Console",
] }