9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++9,275 forks (9,275 forks)batch import
Area-RenderingArea-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal
Repository metrics
- Stars
- 103,173 stars (103,173 stars)
- PR merge metrics
- Avg merge 27d 19h (Avg merge 27d 19h)24 merged PRs in 30d (24 merged PRs in 30d)
Contributor guide
- Research direction
- Reproduce the issue by running a program that continuously prints to the console while attempting text selection. Investigate the selection rendering path in the terminal codebase, focusing on how selection interacts with ongoing output. Look for race conditions or missing synchronization between the selection module and the renderer.
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Bug
- Prerequisites
- C++concurrency