mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 18:54:18 +00:00
Problem: When text is too long, it overflows into the border. This happens because grid_line_maxcol includes border columns, so grid_line_puts can write there. Solution: Truncate string to available width when need_fcs_trunc is set.