aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser3 days1-28/+495
* term: dark mode - black background, white text (OSK highlight inverts to match)user4 days1-7/+11
* term: compute the OSK view offset from the cursor row (keep input visible)user5 days1-9/+29
* term/osk: view-offset scroll region (lossless backlog on OSK toggle)user5 days1-57/+30
* term/osk: scroll region so the OSK never hides the input lineuser5 days1-12/+57
* osk: toggle-able on-screen keyboard on the window layeruser5 days1-2/+1
* syscall: mirror console output to the LCD terminaluser5 days1-0/+14
* term: cursor + O(1) line scrollinguser5 days1-208/+454
* font: full mixed-case + punctuation glyph set (not uppercase-only)user5 days1-6/+6
* term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user5 days1-0/+381