Description of problem: If you don't use -b option with capture-pane new buffer is created and content of the pane is captured there. However if I want to specify buffer to capture it to and the buffer with the index doesn't exist it is not created and error is produced. Version-Release number of selected component (if applicable): tmux-1.8-4.el7.x86_64 How reproducible: always tmux -u -L poc_session save-buffer -b 0 output.log Steps to Reproduce: 1. tmux -u -L poc_session new-session -d -x 80 -y 24 2. tmux -u -L poc_session capture-pane -t 0 -b 0 3. Actual results: no buffer 0 Expected results: Buffer is created Additional info:
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.