BSD-3-Clause licensed by Chris hackett
Maintained by [email protected]
This version can be pinned in stack with:vty-windows-0.2.0.3@sha256:0c010b1086a725046a8bb08bb1e6bfdfdb3cfe1c72d6fa77c37306ef9ec774d8,2844

Module documentation for 0.2.0.3

  • 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.

0.2.0.2

  • Fixed bug in processing response of the ReadConsoleInputW that caused vty-windows to crash.

0.2.0.3

  • Now vty-windows supports running in MSYS/MSYS2 terminals. This was achieved by modifying the way the input and output buffers are initialized.