From 6748b8966e113c62d627c37f8c336eef6cf71104 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 19 Sep 2023 13:14:24 -0500 Subject: [PATCH 1/5] fixed incorrect reporting of cursor position --- core/fse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fse.js b/core/fse.js index 6d883ba8..e6e7a9d1 100644 --- a/core/fse.js +++ b/core/fse.js @@ -1050,7 +1050,7 @@ exports.FullScreenEditorModule = posView.setText( _.padStart(String(pos.row + 1), 2, '0') + ',' + - _.padEnd(String(pos.col + 1), 2, '0') + _.padStart(String(pos.col + 1), 2, '0') ); this.client.term.rawWrite(ansi.restorePos()); } From d3cf82b5635554b6a7e678c7ecd7ab1d10899a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:24:32 +0000 Subject: [PATCH 2/5] Bump systeminformation from 5.12.3 to 5.21.7 Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.12.3 to 5.21.7. - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.12.3...v5.21.7) --- updated-dependencies: - dependency-name: systeminformation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4cf93bc2..fbf0a977 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "sqlite3": "5.1.6", "sqlite3-trans": "1.3.0", "ssh2": "1.11.0", - "systeminformation": "5.12.3", + "systeminformation": "5.21.7", "telnet-socket": "0.2.4", "temptmp": "^1.1.0", "uuid": "8.3.2", diff --git a/yarn.lock b/yarn.lock index 94ed993e..5a208495 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2178,10 +2178,10 @@ supports-color@^7.1.0: dependencies: has-flag "^4.0.0" -systeminformation@5.12.3: - version "5.12.3" - resolved "https://registry.npmjs.org/systeminformation/-/systeminformation-5.12.3.tgz" - integrity sha512-aPyTDzK/VjEheGEODprxFTMahIWTHGyWXxTsh9EOHjeekVltrIWrle4dOZouOlOYgtKM1pDoHkrR+IssgYCK/A== +systeminformation@5.21.7: + version "5.21.7" + resolved "https://registry.yarnpkg.com/systeminformation/-/systeminformation-5.21.7.tgz#53ef75daaf5d756d015f4bb02e059126ccac74f2" + integrity sha512-K3LjnajrazTLTD61+87DFg8IXFk5ljx6nSBqB8pQLtC1UPivAjDtTYGPZ8jaBFxcesPaCOkvLRtBq+RFscrsLw== tar@^6.0.2, tar@^6.1.11, tar@^6.1.2: version "6.1.11" From 5180447e87f5da53191f74f109036890f66a88d8 Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 22 Sep 2023 10:33:42 -0500 Subject: [PATCH 3/5] Added code to clear the text --- core/text_view.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/text_view.js b/core/text_view.js index 74b622ba..772621db 100644 --- a/core/text_view.js +++ b/core/text_view.js @@ -179,6 +179,10 @@ TextView.prototype.setText = function (text, redraw) { }; TextView.prototype.clearText = function () { + if (this.text) { + this.setText(' '.repeat(this.text.length)); + } + this.setText(''); }; From 75fa2026c07173deadd03f5c825693594de1d0b0 Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 22 Sep 2023 10:33:42 -0500 Subject: [PATCH 4/5] Added code to clear the text --- core/text_view.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/text_view.js b/core/text_view.js index 74b622ba..2cb19040 100644 --- a/core/text_view.js +++ b/core/text_view.js @@ -179,6 +179,10 @@ TextView.prototype.setText = function (text, redraw) { }; TextView.prototype.clearText = function () { + if (this.text) { + this.setText(this.fillChar.repeat(this.text.length)); + } + this.setText(''); }; From 0e09ce491cd4f2585a1c06fb6524802999bd5324 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 26 Sep 2023 08:43:23 -0500 Subject: [PATCH 5/5] Removed extraneous space from config template --- misc/menu_templates/private_mail.in.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/menu_templates/private_mail.in.hjson b/misc/menu_templates/private_mail.in.hjson index e27314dc..2914a11a 100644 --- a/misc/menu_templates/private_mail.in.hjson +++ b/misc/menu_templates/private_mail.in.hjson @@ -69,7 +69,7 @@ } ] } - actionKeys: @reference: common.escToPrev + actionKeys: @reference:common.escToPrev } 1: { mci: {