Skip to content

Commit

Permalink
Markup not performing styleReset is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cronvel committed Jul 27, 2016
1 parent fe47b31 commit 065bef6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

v0.24.18
--------

Markup not performing styleReset is now fixed


v0.24.17
--------

Expand Down
1 change: 1 addition & 0 deletions lib/Terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ Terminal.create = function createTerminal( createOptions )

var formatObject = {
fn: {} ,
endingMarkupReset: true ,
markupReset: term.str.styleReset() ,
markup: {
":": term.str.styleReset() ,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminal-kit",
"version": "0.24.17",
"version": "0.24.18",
"description": "256 colors, keys & mouse, input field, screen buffer, interactive 'yes or no', and many more... Whether you just need colors & styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!",
"main": "lib/termkit.js",
"directories": {
Expand Down

0 comments on commit 065bef6

Please sign in to comment.