snacks.nvim/lua
Tod Morrison 441bdcd210
fix(image): correct off by one issue in render fallback (#1560)
Fix off-by-one issue in render_fallback when a tabline is shown (e.g.
with plugins like bufferline.nvim).

## Description

When a tabline is used/shown, the positioning in render_fallback is off
by one. This change checks whether a tabline would be shown and uses the
correct math for that case and, otherwise, works as before.

## Related Issue(s)

  - Fixes #1557
2025-10-20 14:59:33 +02:00
..
snacks fix(image): correct off by one issue in render fallback (#1560) 2025-10-20 14:59:33 +02:00
trouble/sources Revert "feat: test" 2025-02-14 22:13:38 +01:00