yi-frontend-vty 0.13.7 → 0.14.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Yi/Frontend/Vty.hs +2/−2
- yi-frontend-vty.cabal +1/−1
src/Yi/Frontend/Vty.hs view
@@ -402,5 +402,5 @@ baseAttr False sty = attributesToAttr (appEndo (tabNotFocusedStyle uiStyle) sty) Vty.defAttr `Vty.withStyle` Vty.underline- padding = Vty.charFill (tabAttr False) ' ' (SL.sizeX r - width) 1- width = sum . map ((+2) . T.length . fst) $ ts+ padding = Vty.charFill (tabAttr False) ' ' (SL.sizeX r - width') 1+ width' = sum . map ((+2) . T.length . fst) $ ts
yi-frontend-vty.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: yi-frontend-vty-version: 0.13.7+version: 0.14.0 synopsis: Vty frontend for Yi editor category: Yi homepage: https://github.com/yi-editor/yi#readme