mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
* Fix backspace in edit views
* Some notes
This commit is contained in:
parent
e46105984c
commit
5a6b283923
2 changed files with 8 additions and 45 deletions
|
@ -20,7 +20,7 @@ function EditTextView(options) {
|
|||
|
||||
TextView.call(this, options);
|
||||
|
||||
this.cursorPos = { x : 0 };
|
||||
this.cursorPos = { row : 0, col : 0 };
|
||||
|
||||
this.clientBackspace = function() {
|
||||
var fillCharSGR = this.getStyleSGR(1) || this.getSGR();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue