4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust15,874 stars (15,874 stars)530 forks (530 forks)batch import
bughelp wanted
Description
Note in the demo that for the 3rd command λ disappears:

Contributor guide
- Tech stack
- rustshell
- Domain
- clitooling
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- basic Rustshell widget concept
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 85
- Research direction
- Examine the shell widget rendering code, likely in src/widgets/shell.rs or similar. The issue shows that the prompt character (λ) disappears for the third command. Reproduce the bug by running the widget interactively. Identify where the prompt string is truncated or overwritten. Check if there is a buffer size issue or string manipulation bug. Consider looking at the demo gif and any related comments for clues.