| Copyright | (c) Eric Mertens 2016 |
|---|---|
| License | ISC |
| Maintainer | emertens@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Client.Image.StatusLine
Description
This module provides image renderers used to construct the status image that sits between text input and the message window.
- statusLineImage :: ClientState -> Image
- minorStatusLineImage :: Focus -> ClientState -> Image
Documentation
Arguments
| :: ClientState | client state |
| -> Image | status bar |
Renders the status line between messages and the textbox.
minorStatusLineImage :: Focus -> ClientState -> Image Source #
The minor status line is used when rendering the /splits and
/mentions views to show the associated window name.