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