dew/packages/kanban/lib/src
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
..
commands fix(tui): pause/resume stdin subscription around external editor 2026-04-25 14:22:09 -04:00
dew_kanban_base.dart feat(kanban): add dew kanban tui interactive board TUI 2026-04-25 03:02:39 -04:00
kanban_config.dart Add ProjectDirs extension pattern and injectable clock 2026-04-23 23:15:38 -04:00
kanban_init_hook.dart Refactor filesystem access to package:file 2026-04-23 22:26:09 -04:00
ticket.dart Add milestones and labels to Ticket model (DEW-0011) 2026-04-23 20:01:47 -04:00
ticket_store.dart Add ProjectDirs extension pattern and injectable clock 2026-04-23 23:15:38 -04:00