* renderStringLength(): Account for ESC[<N>C "forward" ESC seq
* Use string util renderStringLength() in word wrap * Hopefully resolve all issues with renderSubstr() * Fix width issue in message list
This commit is contained in:
@@ -291,6 +291,7 @@ function getValue(obj, path) {
|
||||
module.exports = function format(fmt, obj) {
|
||||
|
||||
const re = REGEXP_BASIC_FORMAT;
|
||||
re.lastIndex = 0; // reset from prev
|
||||
|
||||
let match;
|
||||
let pos;
|
||||
|
||||
Reference in New Issue
Block a user