mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 10:54:48 +03:00
Edit: haddock fix
This commit is contained in:
parent
85c8ed89bf
commit
8f684c01ec
@ -4,7 +4,7 @@
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
-- | This module provides a basic text editor widget. You'll need to
|
||||
-- embed an 'Editor' in your application state and transform it with
|
||||
-- 'handleEvent' when relevant events arrive. To get the contents
|
||||
-- 'handleEditorEvent' when relevant events arrive. To get the contents
|
||||
-- of the editor, just use 'getEditContents'. To modify it, use the
|
||||
-- 'Z.TextZipper' interface with 'applyEdit'.
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user