Welcome to mirror list, hosted at ThFree Co, Russian Federation.

terminal_bundle.js.es6 « terminal « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33d2c1e1a17e708bd328b82bd8830216827232cd (plain)
1
2
3
4
5
6
7
//= require xterm/encoding-indexes
//= require xterm/encoding
//= require xterm/xterm.js
//= require xterm/fit.js
//= require ./terminal.js

$(() => new gl.Terminal({ selector: '#terminal' }));