0
0
mirror of https://github.com/dobin/lxd-webgui synced 2025-10-05 23:52:43 +02:00

seems to fix #1

This commit is contained in:
Dobin Rutishauser
2016-04-23 15:18:17 +02:00
parent a3bbe98fd3
commit 7187af607c

View File

@@ -45,10 +45,10 @@ angular.module('myApp.remoteimage')
var sock = new WebSocket(wssurl);
var term = new Terminal({
cols: 160,
cols: 120,
rows: 32,
useStyle: true,
screenKeys: false,
screenKeys: true,
cursorBlink: false
});