;dev: ui: note relevant discussion

This commit is contained in:
Simon Michael 2022-08-17 16:19:34 +01:00
parent fcdc07b55e
commit 4e105f0cb7

View File

@ -134,6 +134,7 @@ data Screen =
,esError :: String -- ^ error message to 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.
errorWrongScreenType = error' "handler called with wrong screen type, should not happen"