Files
profanity/src/ui
jabber.developer2 36512d9dde fix(ui): measure dead pad space from the cursor, not the requested lines
_win_print_internal now calls _win_ensure_pad_capacity() with getcury() plus the estimated message height, so deriving 'dead' from lines_needed counted that lookahead reservation as dead space. Compute it from getcury(win) directly so the reclaim keys off the real cursor-vs-buffer gap.
2026-06-23 14:18:37 +03:00
..