Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhauled the terminal app, modified UTF8 font scripts, added missing chars to UTF8 font, tweaked Palette colors. * Create terminal module directory * Fix get_total_width * Add terminal * Linted terminal * Fix misnamed easing module * Improve extended palette colors. Remove unused color functions. This is a potentially breaking change because of the removed functions in the color module. However, no other apps in the main repo were using those functions, and the only app in the community apps repo that will be affected, already had to have some function locations updated. * add user line and cursor to terminal * Small formatting changes * Extend utf8 font creation tools * Fill missing utf8 glyphs using unifont * Bring over Terminal logic * Use new font * Small incremental changes * Add mh version to parse_files * Add commands file for terminal * Re-add commands to terminal * Execute scripts * Add input, help command, code execution start * Make REPL work in terminal * Tweak red color * Store prev lines in terminal * Revert part of a breaking change * Tweak help message
- Loading branch information