muesli / termenv

Advanced ANSI style & color support for your terminal applications
MIT License
1.76k stars 73 forks source link

Add support for building on z/OS #165

Closed dustin-ward closed 9 months ago

dustin-ward commented 10 months ago

Enables termenv to be built on z/OS :)

z/OS uses the same constants as constants_linux.go but because its selectively built based on filename instead of tags I needed to copy them to constants_zos.go

muesli commented 9 months ago

Thank you!