• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / agterm / 28827587817
98%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2026 10:30PM UTC
Jobs 1
Files 56
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jul 2026 10:28PM UTC coverage: 98.918%. Remained the same
28827587817

push

github

web-flow
fix: mouse scroll and split-pane selection after reactivating a window (#157)

Two related fixes for the moment you click back into agterm from another window.

Scroll: the first mouse-wheel scroll did nothing inside a mouse-reporting TUI (Claude Code, vim, less) until you nudged the mouse. `scrollWheel` never told libghostty the pointer position, so `mouse_scroll` reported at a stale (or `-1,-1`) cell. It now syncs the position from the scroll event first, but only when the cell is actually stale, tracked by a `lastReportedMousePoint` cache that every mouse handler updates through a shared `reportMousePos` helper.

Split panes: clicking a specific pane from another window raised the window but left focus on the previously-focused pane. `acceptsFirstMouse` was off, so the reactivating click was swallowed and `mouseDown` never ran. It now returns true for a LEFT click, so the click selects the pane. It stays gated to the left button on purpose: a first-mouse right/middle click would forward to libghostty, and with the default `right-click-action = paste` that would paste the clipboard into a window you only meant to raise.

3657 of 3697 relevant lines covered (98.92%)

8132362.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28827587817.1 06 Jul 2026 10:30PM UTC 56
98.92
GitHub Action Run
Source Files on build 28827587817
  • Tree
  • List 56
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28827587817
  • 1772faed on github
  • Prev Build on master (#28827113270)
  • Next Build on master (#28829133798)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc