mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Working on input
This commit is contained in:
@@ -68,14 +68,6 @@ pub struct Render {
|
||||
pub cursor: usize, // Cursor position
|
||||
}
|
||||
|
||||
// -- States
|
||||
|
||||
/// ## States
|
||||
///
|
||||
/// States is a trait which defines the behaviours for the states model for the different component.
|
||||
/// A state contains internal values for each component.
|
||||
pub(crate) trait States {}
|
||||
|
||||
// -- Component
|
||||
|
||||
/// ## Component
|
||||
|
||||
Reference in New Issue
Block a user