package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Mar 2, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
PopMode pops the top-level mode from the modal stack. If there's no modes on the stack, this method does nothing.
PushMode pushes a new mode on the modal stack. The new mode will receive keyboard events.
Modal is a tea model which displays modes on a stack. Only the top-level model is display and will receive
keyboard and mouse events.
Len returns the number of models on the mode stack
Pop pops a model from the stack
Push pushes a new model onto the modal stack
Source Files
¶
Click to show internal directories.
Click to hide internal directories.