Skip to content

Commit

Permalink
reblessed works again
Browse files Browse the repository at this point in the history
  • Loading branch information
kenan238 committed Jan 15, 2023
1 parent 07719ba commit 74f44d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/widget-textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var blessed = require('../')
screen = blessed.screen({
dump: __dirname + '/logs/textarea.log',
fullUnicode: true,
warnings: true
warnings: true,
});

var box = blessed.textarea({
Expand Down

0 comments on commit 74f44d0

Please sign in to comment.