glirc-2.20.2.1: Console IRC client

Copyright(c) Eric Mertens 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Client.Image.Utils

Description

Provides utilities for formatting Vty Images.

Synopsis

Documentation

lineWrap Source #

Arguments

:: Int

terminal width

-> Maybe Int

optional indentation

-> Image

unwrapped image

-> Image

wrapped image

Given an image, break the image up into chunks of at most the given width and stack the resulting chunks vertically top-to-bottom.