setting message doesn't trigger re-draw
オープン
- 主要言語
- Rust
- スター
- 600
- フォーク
- 59
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
have to call tick() afterwards to get it to show the message
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue is about the `set_message` method not triggering a redraw. Look at the `ProgressBar` struct and its `set_message` method in the source code. Examine how the drawing logic works, likely in a `draw` or `tick` method. The fix likely involves ensuring `set_message` calls the internal redraw logic or sets a dirty flag. Check existing tests for message setting and redraw behavior to understand the expected flow.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100