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

umputun / agterm / 31034635978
98%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2026 06:29PM UTC
Jobs 1
Files 89
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

05 Aug 2026 06:25PM UTC coverage: 97.816%. Remained the same
31034635978

push

github

umputun
fix: stop ⌘C/⌘V/⌘A leaking a key report into the program

the bundled ghostty defaults marked the three physical-key clipboard binds
`performable:`, which consumes the key only when the action actually ran. the
Edit menu disables Copy without a selection and Paste with nothing pasteable, so
on any layout those presses reach the bind, fail to perform, and fall through to
key encoding. legacy encoding drops ⌘ chords on macOS so this stayed invisible,
but the kitty keyboard protocol reports them — a TUI that enables it renders the
chord as text (`^[[1089;9u`, the Russian `с`, on a Cyrillic layout).

drop the prefix from all three binds so they always consume. the only behavior
that changes was already a no-op, ghostty resolves the physical trigger before
the built-in unicode one, and no native macOS terminal sends a ⌘ chord to the
program.

correct the two docs that described the fall-through as a no-op.

Fix #373

7301 of 7464 relevant lines covered (97.82%)

4028206.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31034635978.1 05 Aug 2026 06:29PM UTC 89
97.82
GitHub Action Run
Source Files on build 31034635978
  • Tree
  • List 89
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31034635978
  • d6ff63d7 on github
  • Prev Build on master (#31031251060)
  • Next Build on master (#31035838679)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc