mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 19:20:41 +02:00
* placeholder for backspace
This commit is contained in:
parent
7281011a7a
commit
d3c6d6fdef
1 changed files with 4 additions and 0 deletions
|
@ -275,6 +275,10 @@ function MultiLineEditTextView2(options) {
|
|||
|
||||
// recalc to next eol
|
||||
|
||||
var nextEolIndex = self.getNextEndOfLineIndex(index);
|
||||
var wrapped = self.wordWrapSingleLine(self.getContiguousText(index, nextEolIndex), 'tabsIntact');
|
||||
var newLines = wrapped.wrapped;
|
||||
|
||||
self.redrawRows(self.cursorPos.row, self.dimens.height);
|
||||
|
||||
if(0 === self.cursorPos.col) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue