miller/internal/pkg/platform
Thijs Brobbel 485beb126b
Enable ANSI escape sequence processing on Windows (#1045)
Windows added support for ANSI escape sequences processing, and showing
colors, and such. However, this needs to be enabled explicitly, for that
to work. This enables that on startup.
2022-07-05 10:37:47 -04:00
..
diff_notwindows.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
diff_windows.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
getargs_notwindows.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
getargs_windows.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
shellrun_notwindows.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
shellrun_windows.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
terminal_notwindows.go Enable ANSI escape sequence processing on Windows (#1045) 2022-07-05 10:37:47 -04:00
terminal_windows.go Enable ANSI escape sequence processing on Windows (#1045) 2022-07-05 10:37:47 -04:00

This is Miller's platform-dependent code -- as of April 2021, all Windows vs not-Windows.