mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-02 15:17:24 -04:00
Fix ANSI escapes (on Windows) not being interpreted after using GPG pinentry
This commit is contained in:
@@ -12,3 +12,9 @@ const (
|
||||
PathSeparator = "/"
|
||||
IsWindows = false
|
||||
)
|
||||
|
||||
// enableVirtualTerminalProcessing is a dummy function on UNIX-like systems (only needed on Windows)
|
||||
// TODO remove after migration off of GPG, as pinentry is responsible for disabling ANSI escape sequence interpretation
|
||||
func enableVirtualTerminalProcessing() {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user