tui-canvas 0.7.5

Form/textarea for TUI
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "keybindings")]
pub(crate) mod dispatch;
pub(crate) mod editing;
pub(crate) mod line;
#[cfg(feature = "keybindings")]
pub(crate) mod selection;
#[cfg(feature = "keybindings")]
pub(crate) mod yank;