1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 23:27:42 +00:00
serenity/Applications/Terminal
Andreas Kling 23bb276fcd LibC: Run constructors on process startup.
Cooperate with the compiler to generate and execute the _init_array list
of constructor functions on userspace program statup. This took two days
to get working, my goodness. :^)
2019-03-27 12:48:21 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
main.cpp Terminal: Export a simple PATH=/bin:/usr/bin to shells. 2019-03-27 01:36:33 +01:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
Terminal.cpp Terminal: Enough compat work for Lynx to actually load web pages. 2019-03-14 18:33:21 +01:00
Terminal.h Terminal: Disable the semitransparent Terminal effect for now. 2019-03-20 02:10:44 +01:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00