girt-display 2.3.0

Display modules for git-interactive-rebase-tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// The state of the `CrossTerm` instance.
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
#[allow(clippy::exhaustive_enums)]
pub enum State {
	/// The TUI is new and unchanged.
	New,
	/// The TUI is in the normal mode.
	Normal,
	/// The TUI has ended.
	Ended,
}