Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / node_modules / xterm / demo / index.html
Size: Mime:
<!doctype html>
<html>
    <head>
        <title>xterm.js demo</title>
        <link rel="stylesheet" href="../src/xterm.css" />
        <link rel="stylesheet" href="../addons/fullscreen/fullscreen.css" />
        <link rel="stylesheet" href="style.css" />
        <script src="../src/xterm.js" ></script>
        <script src="../addons/attach/attach.js" ></script>
        <script src="../addons/fit/fit.js" ></script>
        <script src="../addons/fullscreen/fullscreen.js" ></script>
    </head>
    <body>
        <h1>
            xterm.js: xterm, in the browser
        </h1>
        <div id="terminal-container"></div>
        <div>
          <h2>Options</h2>
          <label><input type="checkbox" id="option-cursor-blink"> cursorBlink</label>
        </div>
        <script src="main.js" defer ></script>
    </body>
</html>