c0-change-trigger option is removed in tmux 2.1

pull/227/head
nightwing 2015-12-08 22:39:18 +00:00
rodzic 7952f64c05
commit 0f9c01289e
1 zmienionych plików z 3 dodań i 2 usunięć

5
node_modules/vfs-local/localfs.js wygenerowano vendored
Wyświetl plik

@ -1841,8 +1841,9 @@ module.exports = function setup(fsOptions) {
); );
// disable buffering of tmux output // disable buffering of tmux output
// TODO investigate if using capture pane after desync is faster // old versions of tmux skip parts of output without this flag
args.push(";", "setw", "c0-change-trigger", "0"); if (parseFloat(TMUXNAME.substr("cloud9".length)) < 2.1)
args.push(";", "setw", "c0-change-trigger", "0");
if (options.output) { if (options.output) {
args.push( args.push(