Documentation
¶
Index ¶
- type Manager
- func (m *Manager) Close()
- func (m *Manager) Emit(e event.Event)
- func (m *Manager) Init(eventCh chan<- event.Event, redrawCh chan<- struct{})
- func (m *Manager) Open(name string) error
- func (m *Manager) Read(r io.Reader) error
- func (m *Manager) Resize(width, height int)
- func (m *Manager) SetSize(width, height int)
- func (m *Manager) State() (map[int]*state.WindowState, layout.Layout, int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages the windows and files.
Click to show internal directories.
Click to hide internal directories.