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
commit d0aab41628
Notes: sideshowbarker 2024-07-19 03:27:56 +09:00
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();