pty list: add split key
This commit is contained in:
parent
b2f437d7df
commit
273f20d3db
8 changed files with 87 additions and 7 deletions
shell/src
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue