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