From 6d445c62057ff6a0217f6e8fdaea295bbebe3a3c Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Sun, 13 Nov 2016 17:10:04 +0200 Subject: [PATCH] Fix after initializing the terminal (#25) --- www/assets/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/assets/app.js b/www/assets/app.js index 8dc366e..4a5c0c9 100644 --- a/www/assets/app.js +++ b/www/assets/app.js @@ -188,6 +188,7 @@ }); term.open(terminalContainer); + term.fit(); $scope.resize(term.proposeGeometry());