pty list: add split key

This commit is contained in:
Michael Sippel 2022-10-23 21:28:06 +02:00
parent b2f437d7df
commit 273f20d3db
8 changed files with 87 additions and 7 deletions
shell/src

View file

@ -106,11 +106,13 @@ impl ProcessLauncher {
editor: PTYListEditor::new(
Box::new(|| Arc::new(RwLock::new(CharEditor::new()))),
SeqDecorStyle::Plain,
'\n',
1
),
}))
}) as Box<dyn Fn() -> Arc<RwLock<ProcessArg>> + Send + Sync>,
SeqDecorStyle::HorizontalSexpr,
' ',
0
);