Browse Source

Hide scrollbar

pull/31/head
Gabriel Farrell 10 years ago
parent
commit
0e8c8752a7
  1. 1
      public/wetty/wetty.js

1
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({

Loading…
Cancel
Save