API changes:
- The
buildOutput
function inGraphics.Vty.Platform.Unix.Output
now takes a new first argument of typeVtyUserConfig
. - The
settingColorMode
field ofUnixSettings
was removed in favor of Vty 6.1's newconfigPreferredColorMode
field of theVtyUserConfig
type. This package now uses that setting if present; otherwise it does the same color mode detection that it did before this release.
Initial release.