Skip to content

Commit

Permalink
Bump version to 2.7.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 Jun 6, 2017
1 parent c4a2f79 commit 4b72791
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 114 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Ian Lewis <ianlewis@google.com>
imoses <ido@twiggle.com>
InDieTasten <indietasten@gmail.com>
Jean Bruenn <himself@jeanbruenn.info>
Jeremy Danyow <jedanyow@microsoft.com>
Jörg Breitbart <jerch@rockborn.de>
Justin Mecham <justin@mecham.me>
Lucian Buzzo <lucian.buzzo@gmail.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.6.0",
"version": "2.7.0",
"ignore": ["demo", "test", ".gitignore"],
"main": [
"dist/xterm.js",
Expand Down
3 changes: 2 additions & 1 deletion dist/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
overflow-y: scroll;
}

.terminal .xterm-wide-char {
.terminal .xterm-wide-char,
.terminal .xterm-normal-char {
display: inline-block;
}

Expand Down
Loading

0 comments on commit 4b72791

Please sign in to comment.