mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 01:21:48 +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.