mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
* Notes
This commit is contained in:
parent
59e7c661a7
commit
9faca92cab
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ function MultiLineEditTextView(options) {
|
||||||
self.client.term.write(ansi.right(self.tabWidth - 1));
|
self.client.term.write(ansi.right(self.tabWidth - 1));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
// :TODO: completely backwards -- should go down
|
||||||
if(self.cursorPos.row > 0) {
|
if(self.cursorPos.row > 0) {
|
||||||
self.cursorPos.row--;
|
self.cursorPos.row--;
|
||||||
self.cursorPos.col = 0;
|
self.cursorPos.col = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue