name: ItemField version: 0.3.0.0 -- 0.1.0.0 -- initial version -- 0.2.0.0 -- more key events: Shift+Arrow to mark/unmark with move -- 0.2.0.1 -- more key events: G=mrk/unm group, A=mrk/unm all, !=mrk bad; add helpMsg -- 0.3.0.0 -- rename from StateFieldSelector to ItemField synopsis: A vty-ui Widget for showing selectable summary of many elements. description: This module provides a vty-ui Widget that can be used with the vty-ui package to handle situations where there are lots of items to represent to the user along with a corresponding state for each item. In addition, the user should be able to use the cursor keys and space bar to mark one or more items (presumably so other code can get the list of marked elements and perform a state-changing operation). license: BSD3 license-file: LICENSE author: Kevin Quick maintainer: quick@sparq.org copyright: Kevin Quick, 2013 category: Graphics build-type: Simple cabal-version: >=1.8 library exposed-modules: Graphics.Vty.Widgets.ItemField build-depends: base ==4.*, vty, vty-ui, text