Cleared 1m ago · hardwood-hq/hardwood #963 · Java · ★ 360 · Apache-2.0

dive: help overlay is not scrollable, so its lower content is unreachable on a short terminal

The dive help overlay (?) renders its content top-down into a box whose height is capped to the screen, with no scrolling and no indication that anything was cut: // HelpOverlay.java int height = Math.min(lines.size() + 2, screenArea.height() - 2); When the content is taller than…

What we checked

Similar unclaimed issues