BSD-3-Clause licensed by Jonathan Daugherty
Maintained by [email protected]
This version can be pinned in stack with:vty-unix-0.2.0.0@sha256:2af3d0bdae3c4b7b7e567ee374efe32c7439fabdf9096465ce011a6c6736e9ae,2932

Module documentation for 0.2.0.0

  • Data
    • Data.Terminfo
      • Data.Terminfo.Eval
      • Data.Terminfo.Parse
  • Graphics
    • Graphics.Vty
      • Graphics.Vty.Platform
        • Graphics.Vty.Platform.Unix
          • Graphics.Vty.Platform.Unix.Input
            • Graphics.Vty.Platform.Unix.Input.Classify
              • Graphics.Vty.Platform.Unix.Input.Classify.Parse
              • Graphics.Vty.Platform.Unix.Input.Classify.Types
            • Graphics.Vty.Platform.Unix.Input.Focus
            • Graphics.Vty.Platform.Unix.Input.Loop
            • Graphics.Vty.Platform.Unix.Input.Mouse
            • Graphics.Vty.Platform.Unix.Input.Paste
            • Graphics.Vty.Platform.Unix.Input.Terminfo
              • Graphics.Vty.Platform.Unix.Input.Terminfo.ANSIVT
          • Graphics.Vty.Platform.Unix.Output
            • Graphics.Vty.Platform.Unix.Output.Color
            • Graphics.Vty.Platform.Unix.Output.TerminfoBased
            • Graphics.Vty.Platform.Unix.Output.XTermColor
          • Graphics.Vty.Platform.Unix.Settings

This package provides Unix terminal support for Vty.

Changes

0.2.0.0

API changes:

  • The settingColorMode field of UnixSettings was removed in favor of Vty 6.1’s new configPreferredColorMode field of the VtyUserConfig type. This package now uses that setting if present; otherwise it does the same color mode detection that it did before this release.

0.1.0.0

Initial release.