1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 23:44:58 +00:00
serenity/Userland/Applications/Terminal
Andreas Kling 779316d468 Userland: Use Core::Process::spawn() instead of posix_spawn() in places
This replaces a bunch of very basic uses of posix_spawn() with the new
Core::Process::spawn().
2021-08-06 01:06:42 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp Userland: Use Core::Process::spawn() instead of posix_spawn() in places 2021-08-06 01:06:42 +02:00
TerminalSettingsWindow.gml LibVT+Terminal: Add color scheme support 2021-06-04 09:02:43 +01:00