aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.asm (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysterm+libc: batched write rendering - one tile render per write(), 2.3x linesuser1-1/+128
3 daysterm: latch SCY in VBlank - fix ring-scroll shear on live displaysuser1-2/+3
3 daysterm: SCY ring-scroll - scroll writes ONE map row; OSK toggle is 212 cyclesuser1-75/+110
3 daysterm: 3 more renderer wins - 10.9x scroll, 2.7x putc vs pre-cacheuser1-101/+141
3 daysterm: cache tile attrs in COL_BUF's spare stride bytes (3.5x scroll)user1-28/+38
3 daysterm: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser1-28/+495
4 daysterm: dark mode - black background, white text (OSK highlight inverts to match)user1-7/+11
5 daysterm: compute the OSK view offset from the cursor row (keep input visible)user1-9/+29
5 daysterm/osk: view-offset scroll region (lossless backlog on OSK toggle)user1-57/+30
5 daysterm/osk: scroll region so the OSK never hides the input lineuser1-12/+57
5 daysosk: toggle-able on-screen keyboard on the window layeruser1-2/+1
5 dayssyscall: mirror console output to the LCD terminaluser1-0/+14
5 daysterm: cursor + O(1) line scrollinguser1-208/+454
5 daysfont: full mixed-case + punctuation glyph set (not uppercase-only)user1-6/+6
5 daysterm: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user1-0/+381