serenity/Userland/Libraries/LibLine
Andrew Kaster d70aba6a11 LibLine: Replace call to vfork() with fork()
We don't actually have a non-trivial vfork implementation, so just
call fork(). As a bonus, vfork() is deprecated in XCode 13.1 when
targeting macOS Big Sur, so this removes a blocker from updating our
macOS CI version.
2022-01-07 11:02:30 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Editor.cpp LibLine: Avoid unnecessary copies in Editor 2022-01-01 15:40:39 +01:00
Editor.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
InternalFunctions.cpp LibLine: Replace call to vfork() with fork() 2022-01-07 11:02:30 +01:00
KeyCallbackMachine.cpp LibLine: Correct spelling mistake in variable name 2021-07-21 14:15:24 +02:00
KeyCallbackMachine.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
Span.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
StringMetrics.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
Style.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
SuggestionDisplay.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
SuggestionManager.cpp LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
SuggestionManager.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
VT.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
XtermSuggestionDisplay.cpp LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30