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

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

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