1
Fork 0
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:
AnotherTest 2020-08-17 19:13:52 +04:30 committed by Andreas Kling
parent afbeb8f977
commit d0aab41628
3 changed files with 35 additions and 4 deletions

View file

@ -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();