mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
remove Tui suffixes
This commit is contained in:
parent
8d519c53dc
commit
795d91abd8
14 changed files with 47 additions and 47 deletions
|
|
@ -2,8 +2,8 @@ use crate::*;
|
|||
// egyptian snakes den
|
||||
pub(crate) const HEADER_H: u16 = 5;
|
||||
pub(crate) const SCENES_W_OFFSET: u16 = 3;
|
||||
impl ArrangerTui {
|
||||
pub fn render_mode_v (state: &ArrangerTui, factor: usize) -> impl Content<TuiOut> + use<'_> {
|
||||
impl Arranger {
|
||||
pub fn render_mode_v (state: &Arranger, factor: usize) -> impl Content<TuiOut> + use<'_> {
|
||||
lay!(
|
||||
ArrangerVColSep::from(state),
|
||||
ArrangerVRowSep::from((state, factor)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue