dew/packages/kanban/lib
Chris Hendrickson eeed3fdba0 fix(tui): pause/resume stdin subscription around external editor
io.stdin is a single-subscription stream — calling listen() a second time
after cancel() throws 'Stream has already been listened to'. Use
keySub.pause() before launching the editor and keySub.resume() after
it exits instead.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 14:22:09 -04:00
..
src fix(tui): pause/resume stdin subscription around external editor 2026-04-25 14:22:09 -04:00
dew_kanban.dart Refactor filesystem access to package:file 2026-04-23 22:26:09 -04:00