Redraw interface after launching external viewer
- 主要言語
- Haskell
- スター
- 744
- フォーク
- 22
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
GUI programs tend to output warnings on their stdout or stderr.
In paperboy, those warnings overwrite part of the user interface:

It should be sufficient to redraw the interface when the external viewer terminates, as paperboy is unresponsive while waiting for the external program anyway.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look for the code that launches the external viewer and waits for it to terminate, likely in a module handling external processes or the main UI loop. After the viewer process ends, trigger a redraw of the TUI interface. Check existing tests for UI redrawing or process handling to understand the pattern.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- haskell
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100