From 0e8c8752a768a523eaf91c0c370ea8d6c38281e7 Mon Sep 17 00:00:00 2001 From: Gabriel Farrell Date: Mon, 21 Sep 2015 10:36:50 -0400 Subject: [PATCH] Hide scrollbar --- public/wetty/wetty.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/wetty/wetty.js b/public/wetty/wetty.js index fffb616..4357f44 100644 --- a/public/wetty/wetty.js +++ b/public/wetty/wetty.js @@ -42,6 +42,7 @@ ws.onopen = function() { term.prefs_.set('ctrl-c-copy', true); term.prefs_.set('ctrl-v-paste', true); term.prefs_.set('use-default-window-copy', true); + term.prefs_.set('scrollbar-visible', false); term.runCommandClass(Wetty, document.location.hash.substr(1)); ws.send(JSON.stringify({