commit 9dda12eb60050cd9fdb85da5795afd43147659df parent c2fc9bff792b21c29dec63cc283c06dfd74928c7 Author: Sheng <psychopathme@gmail.com> Date: Thu, 7 Dec 2017 19:25:02 +0800 Force terminal fullscreen mode Diffstat:
M | static/js/main.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/js/main.js b/static/js/main.js @@ -42,6 +42,7 @@ jQuery(function($){ socket.onopen = function(e) { $('.container').hide(); term.open(terminal, true); + term.toggleFullscreen(true); }; socket.onmessage = function(msg) {