Fixes scroll locking on xterm.js

This commit is contained in:
Simon Howe
2016-11-01 15:46:22 +01:00
parent 0fcd7d3a2c
commit a381e3c06b
@@ -168,6 +168,7 @@ class Terminal extends React.Component {
return;
}
this.term.ydisp = y;
this.term.emit('scroll', y);
this.term.refresh(0, this.term.rows - 1);
}