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

malivvan / cui / 24319524684
29%

Build:
DEFAULT BRANCH: master
Ran 12 Apr 2026 11:58PM UTC
Jobs 1
Files 172
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

12 Apr 2026 11:58PM UTC coverage: 27.007% (-0.003%) from 27.01%
24319524684

push

github

malivvan
tcell v3's input parser normalises Ctrl+letter key presses (like Ctrl+G) into EventKey objects with Key()=KeyCtrlG, Modifiers()=ModCtrl, and crucially Str()="" (empty string). The keyCode() function's ModCtrl default branch was calling ev.Str(), which returned empty — so nothing was written to the PTY. Terminal applications like micro never received the control character. Fix: In vte/key.go, the ModCtrl default case now checks if the key is in the KeyCtrlA..KeyCtrlZ range and converts it back to the corresponding ASCII control character byte (0x01–0x1A). This affects all Ctrl+letter combinations, not just Ctrl+G.

8962 of 33184 relevant lines covered (27.01%)

1241.62 hits per line

Coverage Regressions

Lines Coverage ∆ File
34
13.42
0.69% vte/key.go
4
84.3
-1.37% readline/history.go
Jobs
ID Job ID Ran Files Coverage
1 24319524684.1 12 Apr 2026 11:58PM UTC 172
27.01
GitHub Action Run
Source Files on build 24319524684
  • Tree
  • List 172
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 92496cc6 on github
  • Prev Build on master (#24319328250)
  • Next Build on master (#24319948973)
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