aboutsummaryrefslogtreecommitdiffstats
path: root/src/osk.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser2026-07-181-1/+7
* term: dark mode - black background, white text (OSK highlight inverts to match)user2026-07-181-5/+6
* term: compute the OSK view offset from the cursor row (keep input visible)user2026-07-161-8/+4
* term/osk: view-offset scroll region (lossless backlog on OSK toggle)user2026-07-161-5/+5
* term/osk: scroll region so the OSK never hides the input lineuser2026-07-161-0/+5
* osk: bind START to Enter (CR)user2026-07-161-0/+7
* sh: handle backspace in readline; prompt is now '#'user2026-07-161-1/+14
* osk: wrap the cursor around all four edgesuser2026-07-161-19/+27
* osk: toggle-able on-screen keyboard on the window layeruser2026-07-161-0/+339