;dev: ui: note relevant discussion
This commit is contained in:
parent
fcdc07b55e
commit
4e105f0cb7
@ -134,6 +134,7 @@ data Screen =
|
|||||||
,esError :: String -- ^ error message to show
|
,esError :: String -- ^ error message to show
|
||||||
}
|
}
|
||||||
deriving (Show)
|
deriving (Show)
|
||||||
|
-- XXX check for ideas: https://github.com/jtdaugherty/brick/issues/379#issuecomment-1191993357
|
||||||
|
|
||||||
-- | Error message to use in case statements adapting to the different Screen shapes.
|
-- | Error message to use in case statements adapting to the different Screen shapes.
|
||||||
errorWrongScreenType = error' "handler called with wrong screen type, should not happen"
|
errorWrongScreenType = error' "handler called with wrong screen type, should not happen"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user