{"version":3,"file":"main.css","mappings":"AAqCA,OAEC,+BADA,0CAEA,kBACA,iBACA,qBACA,yBAGD,0BAEC,aAGD,sBACC,kBACA,MAKA,WAGD,8BAUC,SAHA,aADA,UAQA,gBATA,kBAUA,YAPA,MAKA,mBAJA,QAEA,WAIA,CAGD,yBAEC,gBACA,WACA,aACA,kBACA,mBACA,UAGD,gCACC,cAGD,uBAEC,sBAOA,QAAO,CALP,eAGA,OAJA,kBAEA,kBACA,QAEA,KACA,CAGD,qBACC,kBAGD,4BAEC,OADA,kBAEA,MAGD,0BACC,kBAGD,4BACC,qBAIA,aACA,mBAHA,kBACA,MAFA,iBAIA,CAGD,OACC,YAGD,2BAEC,eAGD,4BACC,eAGD,2BAEC,iBAGD,kDAKC,SAGA,kBALA,OADA,kBAIA,QAFA,MAGA,WACA,CAGD,oBAIC,WAFA,aAGA,gBAJA,kBAEA,SAEA,CC/HA,sCACC,gBAGD,sDAGC,sBADA,oBACA,CAGD,4CACC","sources":["webpack://@meese-os/terminal/./_xterm.scss","webpack://@meese-os/terminal/./index.scss"],"sourcesContent":["/**\n * Copyright (c) 2014 The xterm.js authors. All rights reserved.\n * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)\n * https://github.com/chjj/term.js\n * @license MIT\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *\n * Originally forked from (with the author's permission):\n *   Fabrice Bellard's javascript vt100 for jslinux:\n *   http://bellard.org/jslinux/\n *   Copyright (c) 2011 Fabrice Bellard\n *   The original design remains. The terminal itself\n *   has been extended to include xterm CSI codes, among\n *   other features.\n */\n\n/**\n * Default styles for xterm.js\n */\n\n.xterm {\n\tfont-family: courier-new, courier, monospace;\n\tfont-feature-settings: \"liga\" 0;\n\tposition: relative;\n\tuser-select: none;\n\t-ms-user-select: none;\n\t-webkit-user-select: none;\n}\n\n.xterm.focus,\n.xterm:focus {\n\toutline: none;\n}\n\n.xterm .xterm-helpers {\n\tposition: absolute;\n\ttop: 0;\n\t/**\n\t * The z-index of the helpers must be higher than the canvases in order for\n\t * IMEs to appear on top.\n\t */\n\tz-index: 10;\n}\n\n.xterm .xterm-helper-textarea {\n\t/*\n\t * HACK: to fix IE's blinking cursor\n\t * Move textarea out of the screen to the far left, so that the cursor is not visible.\n\t */\n\tposition: absolute;\n\topacity: 0;\n\tleft: -9999em;\n\ttop: 0;\n\twidth: 0;\n\theight: 0;\n\tz-index: -10;\n\t/** Prevent wrapping so the IME appears against the textarea at the correct position */\n\twhite-space: nowrap;\n\toverflow: hidden;\n\tresize: none;\n}\n\n.xterm .composition-view {\n\t/* TODO: Composition position got messed up somewhere */\n\tbackground: #000;\n\tcolor: #fff;\n\tdisplay: none;\n\tposition: absolute;\n\twhite-space: nowrap;\n\tz-index: 1;\n}\n\n.xterm .composition-view.active {\n\tdisplay: block;\n}\n\n.xterm .xterm-viewport {\n\t/* On OS X this is required in order for the scroll bar to appear fully opaque */\n\tbackground-color: #000;\n\toverflow-y: scroll;\n\tcursor: default;\n\tposition: absolute;\n\tright: 0;\n\tleft: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n\n.xterm .xterm-screen {\n\tposition: relative;\n}\n\n.xterm .xterm-screen canvas {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n}\n\n.xterm .xterm-scroll-area {\n\tvisibility: hidden;\n}\n\n.xterm-char-measure-element {\n\tdisplay: inline-block;\n\tvisibility: hidden;\n\tposition: absolute;\n\ttop: 0;\n\tleft: -9999em;\n\tline-height: normal;\n}\n\n.xterm {\n\tcursor: text;\n}\n\n.xterm.enable-mouse-events {\n\t/* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */\n\tcursor: default;\n}\n\n.xterm.xterm-cursor-pointer {\n\tcursor: pointer;\n}\n\n.xterm.column-select.focus {\n\t/* Column selection mode */\n\tcursor: crosshair;\n}\n\n.xterm .xterm-accessibility,\n.xterm .xterm-message {\n\tposition: absolute;\n\tleft: 0;\n\ttop: 0;\n\tbottom: 0;\n\tright: 0;\n\tz-index: 100;\n\tcolor: transparent;\n}\n\n.xterm .live-region {\n\tposition: absolute;\n\tleft: -9999px;\n\twidth: 1px;\n\theight: 1px;\n\toverflow: hidden;\n}\n","/**\n * OS.js - JavaScript Cloud/Web Desktop Platform\n *\n * Copyright (c) 2011-Present, Anders Evenrud <andersevenrud@gmail.com>\n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this\n *    list of conditions and the following disclaimer\n * 2. Redistributions in binary form must reproduce the above copyright notice,\n *    this list of conditions and the following disclaimer in the documentation\n *    and/or other materials provided with the distribution\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\n * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n * @author  Anders Evenrud <andersevenrud@gmail.com>\n * @licence Simplified BSD License\n */\n\n/* stylelint-disable */\n@import \"xterm\";\n/* stylelint-enable */\n\n.Window_Xterm {\n\t.meeseOS-window-content {\n\t\tbackground: #000;\n\t}\n\n\t.terminal,\n\t.xterm-viewport {\n\t\twidth: 100% !important;\n\t\theight: 100% !important;\n\t}\n\n\t.xterm .xterm-helper-textarea {\n\t\tleft: 0 !important;\n\t}\n}\n"],"names":[],"sourceRoot":""}