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