dew/packages/kanban
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
..
lib fix(tui): pause/resume stdin subscription around external editor 2026-04-25 14:22:09 -04:00
test Refactor filesystem access to package:file 2026-04-23 22:26:09 -04:00
.gitignore chore: Initial Commit 2026-04-23 13:09:11 -04:00
pubspec.yaml feat(kanban): add dew kanban tui interactive board TUI 2026-04-25 03:02:39 -04:00