Multi-window synchronization - Issues...

2013-05-28 Thread Enzay Teezay
Hi there! So far, I have tmux working as follows: I run a script with a list of hosts (or netgroups), and it creates an ssh connection to each one. It creates as many 12-pane windows as it requires. So far, so good. The aim now is to have it act as a complete replacement for cssh and the like.

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. ---