On Mon, Sep 24, 2018 at 10:16:31PM +0200, Ingo Heimbach wrote: > I have recognized that a buffer size of 128*4 bytes is quite small to > store base64 encoded clipboard content (see OSC52), especially when > copying multiple code lines in a terminal editor like vim.
I agree that the current buffer is too small. I'm pretty sure I've run into this problem myself with Vim and Bash, but I hadn't gotten around to digging into the problem. Eric
