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: ded7ee6e9fe1b6dc3ca4a803553eaf9f0d3606f5 (plain)
1
2
3
4
5
//= require xterm/xterm.js
//= require xterm/fit.js
//= require ./terminal.js

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