This commit is contained in:
Bryan Ashby 2015-05-28 11:13:27 -06:00
parent 59e7c661a7
commit 9faca92cab
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ function MultiLineEditTextView(options) {
self.client.term.write(ansi.right(self.tabWidth - 1));
}
} else {
// :TODO: completely backwards -- should go down
if(self.cursorPos.row > 0) {
self.cursorPos.row--;
self.cursorPos.col = 0;