Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paris Kasidiaris <[email protected]>
  • Loading branch information
parisk committed Nov 8, 2016
1 parent 2cba2ff commit 521d7db
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 67 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ Daniel Imms <[email protected]>
Daniel Risacher <[email protected]>
Dan Kaplun <[email protected]>
Darin Morrison <[email protected]>
Elliot Saba <[email protected]>
hiro-su <[email protected]>
Ian Lewis <[email protected]>
imoses <[email protected]>
Jean Bruenn <[email protected]>
Jörg Breitbart <[email protected]>
Mikko Karvonen <[email protected]>
Paris Kasidiaris <[email protected]>
Paris Kasidiaris <[email protected]>
runarberg <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xterm.js",
"version": "2.0.1",
"version": "2.1.0",
"ignore": ["demo", "test", ".gitignore"],
"main": [
"dist/xterm.js",
Expand Down
10 changes: 10 additions & 0 deletions dist/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,14 @@
position: absolute;
opacity: 0;
left: -9999em;
top: -9999em;
width: 0;
height: 0;
z-index: -10;
/** Prevent wrapping so the IME appears against the textarea at the correct position */
white-space: nowrap;
overflow: hidden;
resize: none;
}

.terminal .terminal-cursor {
Expand Down Expand Up @@ -117,6 +122,11 @@
top: 0;
}

.terminal .xterm-rows > div {
/* Lines containing spans and text nodes ocassionally wrap despite being the same width (#327) */
white-space: nowrap;
}

.terminal .xterm-scroll-area {
visibility: hidden;
}
Expand Down
Loading

0 comments on commit 521d7db

Please sign in to comment.