mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Send ctrl-a through to server rather activate term.js's copy mode.
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user