Pipe to "tmux loadb -" instead.
Original message
From: Jonathan Romiguier
Date: 27/05/2013 22:54 (GMT+00:00)
To: tmux-us...@lists.sf.net
Subject: tmux set-buffer is limited to 2036 characters
Hello,
It seems that tmux sete-buffer is limited to 2036. Try :
Hello,
It seems that tmux sete-buffer is limited to 2036. Try :
tmux set-buffer `python -c "print 'x'*2037"`
You will have a "command too long" error message.
What is the reason, and there is a way to set an option (or another tweak)
to go beyond this limit ?
Thanks,
J.R.
---