Cabal.Matrix.Tui.Common
borderNS :: Char Source #
borderEW :: Char Source #
borderNESW :: Char Source #
triangleN :: Char Source #
triangleE :: Char Source #
triangleS :: Char Source #
triangleW :: Char Source #
wrap :: Int -> Text -> [Text] Source #
resizeWidthFill :: Attr -> Char -> Int -> Image -> Image Source #
resizeHeightFill :: Attr -> Char -> Int -> Image -> Image Source #
padToCommonWidth :: (Foldable t, Functor t) => t (Attr, Char, Image) -> t Image Source #
padToCommonHeight :: (Foldable t, Functor t) => t (Attr, Char, Image) -> t Image Source #
clamp :: Ord a => a -> a -> a -> a Source #