mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
switch between sequences; layout unfucking
This commit is contained in:
parent
c18aa2cbbd
commit
185c6b5b34
7 changed files with 253 additions and 201 deletions
|
|
@ -17,7 +17,11 @@ pub use crate::layout::{
|
|||
FocusColumn,
|
||||
Focus,
|
||||
FocusEvent,
|
||||
handle_focus
|
||||
handle_focus,
|
||||
draw_box,
|
||||
draw_box_styled,
|
||||
draw_row,
|
||||
draw_column,
|
||||
};
|
||||
|
||||
pub use std::error::Error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue