]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Remaining jsdoc
authorDaniel Imms <daimms@microsoft.com>
Thu, 4 Aug 2016 01:27:19 +0000 (18:27 -0700)
committerDaniel Imms <daimms@microsoft.com>
Thu, 4 Aug 2016 01:27:19 +0000 (18:27 -0700)
src/xterm.js

index 0569e9a53c58b452ac7e1aadbfa5d15b0efb6b14..0d8a33edfeb271d412ff8e483a415b2d446bffad 100644 (file)
     /**
      * Represents the viewport of a terminal, the visible area within the larger buffer of output.
      * Logic for the virtual scroll bar is included in this object.
+     * @param {Terminal} terminal The Terminal object.
+     * @param {HTMLElement} viewportElement The DOM element acting as the viewport
+     * @param {HTMLElement} charMeasureElement A DOM element used to measure the character size of
+     *   the terminal.
      */
     function Viewport(terminal, viewportElement, charMeasureElement) {
       this.terminal = terminal;