glirc-2.22: Console IRC client

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

Client.Image.Layout

Description

 

Synopsis

Documentation

scrollAmount Source #

Arguments

:: ClientState

client state

-> Int

scroll amount

Compute the number of lines in a page at the current window size

drawLayout Source #

Arguments

:: ClientState

client state

-> (Int, Int, Int, Image)

overscroll, cursor pos, next offset, final image

Compute the combined image for all the visible message windows.