Documentation ¶
Index ¶
- type StackItem
- type WM
- func (wm *WM) Close(id string, args ...cmd.Arg) (bool, []tea.Cmd)
- func (wm *WM) CloseFocused() (bool, []tea.Cmd)
- func (wm *WM) Focus(id string) []tea.Cmd
- func (wm *WM) Focused() string
- func (wm *WM) GetNumberOpen() int
- func (wm *WM) IsFocused(id string) bool
- func (wm *WM) IsOpen(id string) bool
- func (wm *WM) Open(id string, win windows.Window, xywh [4]int, command *cmd.Command) []tea.Cmd
- func (wm *WM) Resize(id string, w int, h int) []tea.Cmd
- func (wm *WM) ResizeAll(w int, h int) []tea.Cmd
- func (wm *WM) Update(id string, msg tea.Msg) tea.Cmd
- func (wm *WM) UpdateAll(msg tea.Msg) []tea.Cmd
- func (wm *WM) UpdateFocused(msg tea.Msg) []tea.Cmd
- func (wm *WM) View(view string, onlyFocused bool) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.