mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
improve documentation for X.Prompt
This commit is contained in:
@@ -233,9 +233,9 @@ data XPPosition = Top
|
||||
-- part of the screen, completion window will be placed below(like
|
||||
-- in 'Top') and otherwise above(like in 'Bottom')
|
||||
| CenteredAt { xpCenterY :: Rational
|
||||
-- ^ Relative Y coordinate of center of the prompt.
|
||||
-- ^ Y coordinate of center of the prompt relative to the screen height.
|
||||
, xpWidth :: Rational
|
||||
-- ^ Relative width of the prompt
|
||||
-- ^ Width of the prompt relatave to the screen width.
|
||||
}
|
||||
deriving (Show,Read)
|
||||
|
||||
|
Reference in New Issue
Block a user