| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Termonad.Config
Documentation
data FontConfig Source #
Constructors
| FontConfig | |
Fields
| |
Instances
| Eq FontConfig Source # | |
Defined in Termonad.Config | |
| Show FontConfig Source # | |
Defined in Termonad.Config Methods showsPrec :: Int -> FontConfig -> ShowS # show :: FontConfig -> String # showList :: [FontConfig] -> ShowS # | |
lensFontSize :: Lens' FontConfig Int Source #
lensFontFamily :: Lens' FontConfig Text Source #
data ShowScrollbar Source #
Instances
| Eq ShowScrollbar Source # | |
Defined in Termonad.Config Methods (==) :: ShowScrollbar -> ShowScrollbar -> Bool # (/=) :: ShowScrollbar -> ShowScrollbar -> Bool # | |
| Show ShowScrollbar Source # | |
Defined in Termonad.Config Methods showsPrec :: Int -> ShowScrollbar -> ShowS # show :: ShowScrollbar -> String # showList :: [ShowScrollbar] -> ShowS # | |
Constructors
| TMConfig | |
Fields
| |
lensShowScrollbar :: Lens' TMConfig ShowScrollbar Source #
lensScrollbackLen :: Lens' TMConfig Integer Source #
lensFontConfig :: Lens' TMConfig FontConfig Source #