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