Skip to content

Commits on Apr 1, 2019

  1. Bump xterm.js to v3.12.0 and bundle its dist

    in order to pick up latest bug fixes.
    
    Direct inclusion of xterm.js dist is being done since the latest versions of xterm.js are not available via Bower (xterm.js-next is not being maintained).
    
    Note:  this change results in invalid meta in bower.json (`The "main" field has to contain only 1 file per filetype...`), but the net result is only a warning in Bower's output when installing.  This is a small concession in order to easily keep xterm.js updated.
    rhamilto committed Apr 1, 2019

Commits on Feb 22, 2018

  1. Upgrade xterm.js to v3.1.0

    rhamilto committed Feb 22, 2018

Commits on Jul 28, 2017

  1. Resize correct terminal when more than one is on the page

    We were always resizing the first `.xterm-viewport` on the page. We
    should look for the child of the element for this directive.
    spadgett committed Jul 28, 2017

Commits on Jul 20, 2017

  1. Fix autofocus with xterm

    jwforres committed Jul 20, 2017

Commits on Jul 12, 2017

  1. Switch to xterm.js

    jwforres committed Jul 12, 2017

Commits on Nov 1, 2016

  1. Merge pull request #10 from stefwalter/amd-no-base1

    Remove base1 from the AMD module dependencies
    stefwalter committed Nov 1, 2016

Commits on Jun 28, 2016

  1. Publish terminal status to view.

    -Origin-web-console is making UI changes to how the user interacts with terminals to containers in a pod on openshift. In order to accurately reflect terminal state, a variable needed to be exposed to the view in order to make appropriate UI styling changes.
    
    Fix missing dist files.
    
    -Neglected to run 'grunt build' prior to previous push & PR.
    
    Add comment and update readme
    
    -Comment added to 'status' variable to clarify that it is not an input
    -Readme updated to reflect 'status's addition.
    -Added dist/container-terminal.js
    MarkDeMaria committed Jun 28, 2016

Commits on May 20, 2016

  1. Remove base1 from the AMD module dependencies

    No longer necessary and this was Cockpit specific anyway.
    stefwalter committed May 20, 2016

Commits on May 6, 2016

  1. Handle unicode characters

    spadgett authored and stefwalter committed May 6, 2016

Commits on Dec 2, 2015

  1. Qualify WebSocket and btoa with window global

    This helps during linting.
    stefwalter committed Dec 2, 2015

Commits on Oct 28, 2015

  1. Fix issue with jshinter

    stefwalter committed Oct 28, 2015

Commits on Oct 12, 2015

  1. Fix bug sending data

    stefwalter committed Oct 12, 2015