Minor haddock improvement

This commit is contained in:
Jonathan Daugherty 2015-08-19 21:55:25 -07:00
parent 9c5af1625f
commit 508bd3260b

View File

@ -9,6 +9,7 @@ module Brick.Main
, continue , continue
, halt , halt
, suspendAndResume , suspendAndResume
, lookupViewport
-- ** Viewport scrolling -- ** Viewport scrolling
, viewportScroll , viewportScroll
@ -22,9 +23,6 @@ module Brick.Main
, hScrollToBeginning , hScrollToBeginning
, hScrollToEnd , hScrollToEnd
-- * Viewport data retrieval
, lookupViewport
-- * Cursor management functions -- * Cursor management functions
, neverShowCursor , neverShowCursor
, showFirstCursor , showFirstCursor