Re: tmux set-buffer is limited to 2036 characters

2013-05-29 Thread Nicholas Marriott
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 :

tmux set-buffer is limited to 2036 characters

2013-05-28 Thread Jonathan Romiguier
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. ---