vty-windows 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+12/−5 lines, 3 files
Files
- CHANGELOG.md +10/−2
- src/Graphics/Vty/Platform/Windows/WindowsCapabilities.hs +1/−2
- vty-windows.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Revision history for vty-windows -## 0.1.0.0 -- YYYY-mm-dd - +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.
src/Graphics/Vty/Platform/Windows/WindowsCapabilities.hs view
@@ -35,7 +35,6 @@ , ("dim", csi "2m") , ("ed", csi "J") , ("el", csi "K") - -- , ("el1", csi "1K") , ("home", csi "H") , ("invis", csi "8m") , ("kbs", "^H") @@ -45,7 +44,7 @@ , ("setab", csi "%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m") , ("setaf", csi "%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m") , ("sgr", csi "0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p9%t\SO%e\SI%;") - , ("sgr0", csi "m\SI") + , ("sgr0", csi "0m") , ("smso", csi "7m") , ("rmcup", csi "?1049l") , ("smcup", csi "?1049h")
vty-windows.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: vty-windows -version: 0.1.0.1 +version: 0.1.0.2 license: BSD-3-Clause license-file: LICENSE author: Chris hackett