+ MCI support for focusArgs, e.g. 'focusTextStyle'

+ TextView initial support for fillChar and justify
+ Add color support to string_util.js::pad()
* Better color handling in Views
This commit is contained in:
Bryan Ashby 2014-11-03 16:49:15 -07:00
parent 4234e03008
commit 6c841105ab
13 changed files with 126 additions and 162 deletions

View file

@ -433,6 +433,7 @@ function display(art, options, cb) {
bg : parser.bgColor,
flags : parser.flags,
};
mci[mapItem].focusArgs = args;
} else {
mci[mapItem] = {
args : args,