mirror of
https://github.com/RGBCube/serenity
synced 2025-07-04 11:47:36 +00:00
LibLine: Read configuration from a config file
This commit is contained in:
parent
afbeb8f977
commit
d0aab41628
3 changed files with 35 additions and 4 deletions
|
@ -176,7 +176,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
#endif
|
||||
|
||||
editor = Line::Editor::construct(Line::Configuration {});
|
||||
editor = Line::Editor::construct();
|
||||
|
||||
auto shell = Shell::construct();
|
||||
s_shell = shell.ptr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue