mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
LibLine: Read configuration from a config file
This commit is contained in:
parent
afbeb8f977
commit
d0aab41628
Notes:
sideshowbarker
2024-07-19 03:27:56 +09:00
Author: https://github.com/alimpfard
Commit: d0aab41628
Pull-request: https://github.com/SerenityOS/serenity/pull/3193
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