move plot to separate file
This commit is contained in:
parent
f480b79031
commit
bf8a949cdd
3 changed files with 143 additions and 118 deletions
nested/src/list
|
@ -38,7 +38,7 @@ where ItemEditor: TerminalEditor + ?Sized + Send + Sync + 'static,
|
|||
FnMakeItemEditor: Fn() -> Arc<RwLock<ItemEditor>>
|
||||
{
|
||||
cursor: SingletonBuffer<ListCursor>,
|
||||
data: VecBuffer<Arc<RwLock<ItemEditor>>>,
|
||||
pub data: VecBuffer<Arc<RwLock<ItemEditor>>>,
|
||||
|
||||
cursor_port: ViewPort<dyn SingletonView<Item = ListCursor>>,
|
||||
data_port: ViewPort<RwLock<Vec<Arc<RwLock<ItemEditor>>>>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue