Fix build on unix with -ftui

This commit is contained in:
Julian Ospald 2023-01-13 12:33:40 +08:00
parent 3f5a19c63e
commit a38ca1954b
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ data KeyBindings = KeyBindings
deriving (Show, GHC.Generic)
instance NFData KeyBindings
#if defined(IS_WINDOWS)
#if defined(IS_WINDOWS) || !defined(BRICK)
instance NFData Key
#endif