mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 09:01:07 +10:00
fix: stack overflow when too many csi args Problem: Crash when csi contains > 16 args. It's easy to trigger when you attempt to pipe external terminal scrollback buffer. ```sh nvim --clean --cmd "term printf '\e[38:2:59:66:97;48:2:36:40:59;58:2:224:175:104;4:3m'" ``` Solution: Increase buffer size.