From 24530a3eed7022f221dce26196af5340450fc998 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Mon, 14 Dec 2015 14:29:19 +0100 Subject: [PATCH] Send ctrl-a through to server rather activate term.js's copy mode. --- client/app/scripts/components/terminal.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/app/scripts/components/terminal.js b/client/app/scripts/components/terminal.js index d6cc7847c..9b1904625 100644 --- a/client/app/scripts/components/terminal.js +++ b/client/app/scripts/components/terminal.js @@ -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 });