When you open the menu items (esc esc), the items leave a white shadow in the terminal.
Contributor guide
Tech stack
shell
Domain
cli
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.
half day
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.
mostly clear
Prerequisites
Access to Termux environmentne package source code
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
First, locate the 'ne' package recipe in the termux packages repository (likely under packages/ne). Build and install the package in a Termux environment to reproduce the white shadow issue. Examine the ne source code, focusing on menu rendering functions that use ncurses. Check if there are any existing patches or discussions in the repository comments (the issue has one comment). The fix may involve adjusting color pairs or clearing screen areas properly.