| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | yi-devel@googlegroups.com |
| Safe Haskell | None |
Yi.Window
Description
Operations on Windows, in the emacs sense of the word.
- data Window = Window {}
- wkeyA :: Lens' Window WindowRef
- winRegionA :: Lens' Window Region
- widthA :: Lens' Window Int
- 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
| |
actualLinesA :: Lens' Window IntSource
dummyWindow :: BufferRef -> WindowSource
Return a fake window onto a buffer.