glirc-2.21: Console IRC client

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

Client.Image.LineWrap

Description

Provides utilities for line wrapping images.

Synopsis

Documentation

lineWrap Source #

Arguments

:: Int

terminal width

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

lineWrapChat Source #

Arguments

:: Int

terminal width

-> Maybe Int

optional indentation

-> Image'

unwrapped image

-> [Image']

wrapped image