Hello,

I found a simpler way to reproduce this issue.  For instance, this works:

bash$ printf '\ePtmux;\e\e]52;c;%s\a\e\\' "$(cat README | head -c180 |
base64 -w0)"

But if you specify a number larger than 180 to `head -c`, the copy fails:

bash$ printf '\ePtmux;\e\e]52;c;%s\a\e\\' "$(cat README | head -c181 |
base64 -w0)"

What is the recommended way to copy more than 180 bytes via OSC52 in tmux?

Thanks for your consideration.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to