mirror of
https://github.com/veeso/termscp.git
synced 2026-07-18 05:44:07 +02:00
The bottom (partial) bar carried a block title (the current filename), which forces a 1-row top inset in ratatui's `Block::inner` even though its top border is dropped to join the seam with the full bar. That left the partial bar with one inner row while the full bar kept two, so the two gauges rendered at unequal heights. - Move the filename from the partial bar's title into its gauge label. - Skip setting an empty title so no phantom top-positioned title triggers the inset. - Put the panel title on the top (full) bar for multi-file transfers. - Bump the two-bar popup height to fit the joined panel. Also bump Cargo.lock and adapt the embedded terminal to the new vt100 `screen_mut()` API.
188 KiB
188 KiB