BRO-019: address-bar input arrow/function keys ERASE the bar, typed UTF-8 is dropped, pasted UTF-8 mojibakes, multi-line paste joins

Now
OPEN
Sev
MED

The pager's key loop (pager.js _feed/_keyCommand) only understands SGR mouse and bracketed-paste escapes; every other escape sequence and every non-ASCII byte is mishandled. Runtime-VERIFIED (headless _feed byte traces), 2026-07-07 audit. The 1-2-byte split-escape leak at the read boundary is already ticketed as a BE-023 bullet (its worst payloads, VERIFIED here: a straddled mouse RELEASE leaks m mouse tracking silently OFF; a straddled paste-begin leaks the payload a pasted q QUITS the pager) fix them together. Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome