diff --git a/src/Brick/Main.hs b/src/Brick/Main.hs index ef952ce..594c824 100644 --- a/src/Brick/Main.hs +++ b/src/Brick/Main.hs @@ -12,7 +12,11 @@ module Brick.Main , suspendAndResume , viewportScroll - , ViewportScroll(scrollBy, scrollPage, scrollToBeginning, scrollToEnd) + , ViewportScroll + , scrollBy + , scrollPage + , scrollToBeginning + , scrollToEnd , supplyVtyEvents