mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #97 from samdoshi/prompt-haddock
fix broken XPConfig docs
This commit is contained in:
commit
ae7fd21e29
@ -149,8 +149,8 @@ data XPConfig =
|
|||||||
, changeModeKey :: KeySym -- ^ Key to change mode (when the prompt has multiple modes)
|
, changeModeKey :: KeySym -- ^ Key to change mode (when the prompt has multiple modes)
|
||||||
, defaultText :: String -- ^ The text by default in the prompt line
|
, defaultText :: String -- ^ The text by default in the prompt line
|
||||||
, autoComplete :: Maybe Int -- ^ Just x: if only one completion remains, auto-select it,
|
, autoComplete :: Maybe Int -- ^ Just x: if only one completion remains, auto-select it,
|
||||||
, showCompletionOnTab :: Bool -- ^ Only show list of completions when Tab was pressed
|
|
||||||
-- and delay by x microseconds
|
-- and delay by x microseconds
|
||||||
|
, showCompletionOnTab :: Bool -- ^ Only show list of completions when Tab was pressed
|
||||||
, searchPredicate :: String -> String -> Bool
|
, searchPredicate :: String -> String -> Bool
|
||||||
-- ^ Given the typed string and a possible
|
-- ^ Given the typed string and a possible
|
||||||
-- completion, is the completion valid?
|
-- completion, is the completion valid?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user