Send ctrl-a through to server rather activate term.js's copy mode.

This commit is contained in:
Simon Howe
2015-12-14 14:29:19 +01:00
parent fdd45fdd43
commit 24530a3eed

View File

@@ -125,7 +125,6 @@ export default class Terminal extends React.Component {
this.term = new Term({
cols: this.state.cols,
rows: this.state.rows,
screenKeys: true,
convertEol: !this.props.raw
});