Safe Haskell | None |
---|---|
Language | Haskell2010 |
Game.LambdaHack.Client.UI.UIOptions
Description
UI client options specified in the config file.
Synopsis
- data UIOptions = UIOptions {
- uCommands :: [(KM, CmdTriple)]
- uHeroNames :: [(Int, (Text, Text))]
- uVi :: Bool
- uLeftHand :: Bool
- uChosenFontset :: Text
- uAllFontsScale :: Double
- uFullscreenMode :: FullscreenMode
- uhpWarningPercent :: Int
- uMsgWrapColumn :: X
- uHistoryMax :: Int
- uMaxFps :: Double
- uNoAnim :: Bool
- uOverrideCmdline :: [String]
- uFonts :: [(Text, FontDefinition)]
- uFontsets :: [(Text, FontSet)]
- uMessageColors :: [(String, Color)]
Documentation
Options that affect the UI of the client, specified in the config file. More documentation is in the default config file.
Constructors
UIOptions | |
Fields
|