glirc-2.40.1: Console IRC client
Copyright(c) Eric Mertens 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellSafe-Inferred
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, Int, Image)

overscroll, cursor row, cursor col, next offset, final image

Compute the combined image for all the visible message windows.