mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
wip: script arrow navigation in arrangement
This commit is contained in:
parent
b9cc594bdb
commit
0c6add7038
8 changed files with 124 additions and 189 deletions
|
|
@ -23,7 +23,6 @@ mod tui_border; pub use self::tui_border::*;
|
|||
mod tui_field; pub use self::tui_field::*;
|
||||
mod tui_buffer; pub use self::tui_buffer::*;
|
||||
mod tui_file; pub use self::tui_file::*;
|
||||
mod tui_edn_keymap; pub use self::tui_edn_keymap::*;
|
||||
pub(crate) use std::sync::{Arc, RwLock, atomic::{AtomicBool, Ordering::*}};
|
||||
pub(crate) use std::io::{stdout, Stdout};
|
||||
pub(crate) use std::path::PathBuf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue