vty-windows

Windows backend for Vty

Version on this page:0.2.0.2
Stackage Nightly 2024-05-03:0.2.0.3
Latest on Hackage:0.2.0.3

See all snapshots vty-windows appears in

BSD-3-Clause licensed by Chris hackett
Maintained by [email protected]
This version can be pinned in stack with:vty-windows-0.2.0.2@sha256:add74928c695b83f651116a73171b097524c7989d2b08c7c6e2816c982047cab,2815

Module documentation for 0.2.0.2

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

This package provides Windows terminal support for Vty.

Changes

Revision history for vty-windows

0.1.0.0

  • First version. Released on an unsuspecting world.

0.1.0.1

Bug fix: Build was failing due to incorrect bounds check

0.1.0.2

Bug fix: Attribute resetting escape sequence was incorrect.

0.1.0.3

Bug fixes:

  • Fixed the sgr capability sequence.
  • Removed duplicate capability strings.

Package changes:

  • Removed unnecessary version bounds on dependencies.

0.2.0.0

  • The color mode configuration moved from Windows specific settings to the vty user config.

0.2.0.1

  • On shutdown, make sure to shut down output interface before shutting down input interface. Fixes mouse reset bug.