BRO-005: the jab/JS pager has NO mouse navigation — add SGR mouse tracking + U-tag click-to-navigate (parity with C bro MAUS)

The C Bro pager supports the mouse: SGR mouse tracking (bro/MAUS.{h,c}MAUSEnable/MAUSDisable/MAUSParse), a left-click on a U-tagged token navigates to that token's URI, the wheel scrolls, and m toggles mouse on/off. The JS (jab) pager (be/view/bro.js, be/views/bro/{bro,pager}.js) renders the very same hunks — including the U click-target tags — but has NO mouse handling at all (no SGR mouse mode, no click/wheel/button parse; confirmed by grep 2026-06-26: only SGR colour code is present). So the links the hunks already carry are dead in jab. Goal: bring the jab pager to mouse-nav parity with C bro. Method: Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome