dew/packages
Chris Hendrickson 8535254f48 fix(tui): enter key (0x0a LF), comma-delimited labels, arrow selector fix
- _parseKeys: map both 0x0a (LF) and 0x0d (CR) to ControlCharacter.enter
  Enter was silently discarded because Konsole sends LF, which mapped to ctrlJ
- arrowLeft/arrowRight now cycle selectors (type/column) and move item
  cursor (labels/milestones) instead of navigating fields — arrowUp/Down
  handle field navigation exclusively
- labels/milestones: Enter on comma-separated input adds all items at once

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-25 14:19:41 -04:00
..
cli dew init with module init hooks (DEW-0010) 2026-04-23 19:58:53 -04:00
core Add context.dirs.workspace getter to ProjectDirs 2026-04-23 23:16:00 -04:00
kanban fix(tui): enter key (0x0a LF), comma-delimited labels, arrow selector fix 2026-04-25 14:19:41 -04:00
mcp Config refactor: DewConfig.raw + per-package extensions (DEW-0007) 2026-04-23 19:54:35 -04:00