4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,389 stars (11,389 stars)336 forks (336 forks)batch import
bughelp wanted
Description
When using cursorcolumn, ligatures sometimes get "broken up".

Contributor guide
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- understanding of font renderingfamiliarity with Neovim GUI
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue describes a visual bug where cursorcolumn breaks ligatures in Oni. Comments indicate a previous fix was reverted due to side effects. Research should investigate the rendering pipeline for cursorcolumn and ligature handling, looking at commit history and any linked PRs. The fix may involve modifying how cursorcolumn highlights interact with text shaping libraries like HarfBuzz.