mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-11 02:01:51 -07:00
StackSet.hs: (insertUp): remove comments about new window being made master window, since that clearly isn't true.
This commit is contained in:
10
StackSet.hs
10
StackSet.hs
@@ -454,12 +454,10 @@ findTag a s = listToMaybe
|
|||||||
-- $modifyStackset
|
-- $modifyStackset
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
-- /O(n)/. (Complexity due to duplicate check). Insert a new element into
|
-- /O(n)/. (Complexity due to duplicate check). Insert a new element
|
||||||
-- the stack, above the currently focused element.
|
-- into the stack, above the currently focused element. The new
|
||||||
--
|
-- element is given focus; the previously focused element is moved
|
||||||
-- The new element is given focus, and is set as the master window.
|
-- down.
|
||||||
-- The previously focused element is moved down. The previously
|
|
||||||
-- 'master' element is forgotten. (Thus, 'insert' will cause a retiling).
|
|
||||||
--
|
--
|
||||||
-- If the element is already in the stackset, the original stackset is
|
-- If the element is already in the stackset, the original stackset is
|
||||||
-- returned unmodified.
|
-- returned unmodified.
|
||||||
|
Reference in New Issue
Block a user