Merge branch 'master' of github.com:jtdaugherty/brick

This commit is contained in:
Jonathan Daugherty 2017-06-11 12:24:30 -07:00
commit d64b89b7fa

View File

@ -206,7 +206,7 @@ data BrickEvent n e = VtyEvent Event
-- ^ A mouse-down event on the specified region was
-- received.
| MouseUp n (Maybe Button) Location
-- ^ A mouse-down event on the specified region was
-- ^ A mouse-up event on the specified region was
-- received.
deriving (Show, Eq)