disable screenKeys in term.js

these capture ctrl-a and other keyboard shortcuts
Min RK 11 years ago
parent 8983606a89
commit 8b93d1561e

@ -6,7 +6,7 @@ define ([], function() {
var term = new Terminal({
cols: size.cols,
rows: size.rows,
screenKeys: true,
screenKeys: false,
useStyle: false
});
ws.onopen = function(event) {

Loading…
Cancel
Save