mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-08-07 22:17:07 +02:00
term: collect keys
This commit is contained in:
parent
80b086603e
commit
f7b05e95fa
3 changed files with 4 additions and 2 deletions
|
|
@ -49,8 +49,6 @@ pub use ::dizzle::{Usually, Perhaps, impl_default};
|
|||
#[cfg(feature = "text")] pub mod text;
|
||||
/// Terminal output.
|
||||
#[cfg(feature = "term")] pub mod term;
|
||||
/// Terminal keyboard input.
|
||||
#[cfg(feature = "term")] pub mod keys;
|
||||
|
||||
/// Define a trait an implement it for various mutation-enabled wrapper types. */
|
||||
#[macro_export] macro_rules! flex_trait_mut (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue