mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibLine: Read configuration from a config file
This commit is contained in:
committed by
Andreas Kling
parent
afbeb8f977
commit
d0aab41628
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user