move toy widgets from shell into lib

This commit is contained in:
Michael Sippel 2023-01-01 16:12:20 +01:00
parent 883cd01f99
commit 97000cab7a
Signed by: senvas
GPG key ID: F96CF119C34B64A6
8 changed files with 108 additions and 34 deletions
shell/src

View file

@ -21,7 +21,7 @@ use {
};
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>
/*
pub struct ProcessArg {
editor:
PTYListEditor<CharEditor>,
@ -274,4 +274,4 @@ impl Diagnostics for ProcessLauncher {
}
impl Nested for ProcessLauncher {}
*/