glirc-2.27: Console IRC client

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

Client.Image.StatusLine

Description

This module provides image renderers used to construct the status image that sits between text input and the message window.

Synopsis

Documentation

statusLineImage Source #

Arguments

:: Int

draw width

-> ClientState

client state

-> Image

status bar

Renders the status line between messages and the textbox.

minorStatusLineImage Source #

Arguments

:: Focus

window name

-> Int

draw width

-> Bool

show hidemeta status

-> ClientState

client state

-> Image' 

The minor status line is used when rendering the /splits and /mentions views to show the associated window name.