Remove rest to text in MLTEV for now
This commit is contained in:
parent
a7060a351b
commit
8a619b5138
|
@ -177,8 +177,9 @@ function MultiLineEditTextView(options) {
|
|||
const absPos = self.getAbsolutePosition(startRow, 0);
|
||||
|
||||
for(let i = startIndex; i < endIndex; ++i) {
|
||||
//${self.getSGRFor('text')}
|
||||
self.client.term.write(
|
||||
`${self.getSGRFor('text')}${ansi.goto(absPos.row++, absPos.col)}${self.getRenderText(i)}`,
|
||||
`${ansi.goto(absPos.row++, absPos.col)}${self.getRenderText(i)}`,
|
||||
false // convertLineFeeds
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue