Implement cursor movement
This commit is contained in:
parent
a1c714d116
commit
fee405b573
5 changed files with 234 additions and 172 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! Constants and helper functions.
|
||||
|
||||
use crossterm::style::{ContentStyle, Stylize};
|
||||
use toss::frame::{Frame, Size};
|
||||
use toss::frame::Frame;
|
||||
|
||||
pub const TIME_FORMAT: &str = "%H:%M ";
|
||||
pub const TIME_EMPTY: &str = " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue