| License | GPL-2 | 
|---|---|
| Maintainer | yi-devel@googlegroups.com | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
| Extensions | 
  | 
Yi.Window
Description
Operations on Windows, in the emacs sense of the word.
- data Window = Window {}
 - wkeyA :: Lens' Window WindowRef
 - winRegionA :: Lens' Window Region
 - jumpListA :: Lens' Window JumpList
 - isMiniA :: Lens' Window Bool
 - heightA :: Lens' Window Int
 - bufkeyA :: Lens' Window BufferRef
 - bufAccessListA :: Lens' Window [BufferRef]
 - actualLinesA :: Lens' Window Int
 - winkey :: Window -> (Bool, BufferRef)
 - dummyWindow :: BufferRef -> Window
 
Documentation
A window onto a buffer.
Constructors
| Window | |
Fields 
  | |
dummyWindow :: BufferRef -> Window Source
Return a "fake" window onto a buffer.