mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 08:40:59 +00:00
To conserve memory, we now use byte storage for terminal lines until we encounter a non-ASCII codepoint. At that point, we transparently switch to UTF-32 storage for that one line. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Line.cpp | ||
| Line.h | ||
| Position.h | ||
| Terminal.cpp | ||
| Terminal.h | ||
| TerminalWidget.cpp | ||
| TerminalWidget.h | ||
| XtermColors.h | ||