multiline view error

This commit is contained in:
i do not exist 2026-07-28 04:15:27 +03:00
parent 07f2290017
commit b4424fcb69
15 changed files with 979 additions and 949 deletions

View file

@ -7,12 +7,12 @@ use crate::*;
/// ```
#[derive(Default, Debug)]
pub struct Arrangement {
/// JACK client handle.
pub jack: Jack<'static>,
/// Project name.
pub name: Arc<str>,
/// Base color.
pub color: ItemTheme,
/// JACK client handle.
pub jack: Jack<'static>,
/// FIXME a render of the project arrangement, redrawn on update.
/// TODO rename to "render_cache" or smth
pub arranger: Arc<RwLock<Buffer>>,