Copyright | (c) Eric Mertens 2016 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
This module provides image renderers used to construct the status image that sits between text input and the message window.
Synopsis
- statusLineImage :: Int -> ClientState -> Image
- minorStatusLineImage :: Focus -> Int -> Bool -> ClientState -> Image'
Documentation
:: Int | draw width |
-> ClientState | client state |
-> Image | status bar |
Renders the status line between messages and the textbox.
:: 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.