1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Applications/Terminal
Andreas Kling 64f16c141d Terminal: Implement basic history scrollback
This code needs some optimization work to reduce the amount of repaints
but the history feature basically works, which is cool :^)

Fixes #431.
2019-08-19 19:15:36 +02:00
..
main.cpp Terminal: Mark window as alpha-less when starting up with 100% opacity 2019-08-15 15:30:11 +02:00
Makefile Terminal: Rename Terminal => TerminalWidget 2019-08-13 13:45:48 +02:00
TerminalWidget.cpp Terminal: Implement basic history scrollback 2019-08-19 19:15:36 +02:00
TerminalWidget.h Terminal: Implement basic history scrollback 2019-08-19 19:15:36 +02:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00