diff --git a/agents/meshcore.js b/agents/meshcore.js index 96595820..6a0d1ae9 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -995,7 +995,6 @@ function createMeshCore(agent) this.httprequest.process.stdout.pipe(this, { dataTypeSkip: 1 }); // 0 = Binary, 1 = Text. this.pipe(this.httprequest.process.stdin, { dataTypeSkip: 1, end: false }); // 0 = Binary, 1 = Text. this.prependListener('end', function () { this.httprequest.process.kill(); }); - this.httprequest.process.stdin.write("stty erase ^H\nalias ls='ls --color=auto'\nclear\n"); } // Perform notification if needed. Toast messages may not be supported on all platforms. diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 5ce60359..54c03765 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -399,7 +399,7 @@ - + @@ -1526,6 +1526,7 @@ // function ondeskkeypress(e) { + toggleSoftKeys(0); Q('DeskSoftInput').value = ''; setSessionActivity(); if (desktop && !xxdialogMode && xxcurrentView == 10) { @@ -1543,6 +1544,7 @@ } function ondeskkeydown(e) { + toggleSoftKeys(0); Q('DeskSoftInput').value = ''; setSessionActivity(); if (desktop && !xxdialogMode && xxcurrentView == 10) { @@ -1560,6 +1562,7 @@ } function ondeskkeyup(e) { + toggleSoftKeys(0); Q('DeskSoftInput').value = ''; setSessionActivity(); if (desktop && !xxdialogMode && xxcurrentView == 10) {