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 <paris@sourcelair.com>
  • 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 <daimms@microsoft.com>
Daniel Risacher <drisacher@gmail.com>
Dan Kaplun <dbkaplun@twitch.tv>
Darin Morrison <freebroccolo@users.noreply.github.com>
Elliot Saba <staticfloat@gmail.com>
hiro-su <h.sugipon@gmail.com>
Ian Lewis <ianlewis@google.com>
imoses <ido@twiggle.com>
Jean Bruenn <himself@jeanbruenn.info>
Jörg Breitbart <jerch@rockborn.de>
Mikko Karvonen <mikko.karvonen@arm.com>
Paris Kasidiaris <pariskasidiaris@gmail.com>
Paris Kasidiaris <paris@sourcelair.com>
runarberg <runar@greenqloud.com>
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.