[PR #113] [MERGED] fix #102 fix #108 fix #103 fix #111 fix #110 use ssh2 to do remote terminal simulate and fix bugs #2934

Closed
opened 2026-02-27 00:55:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/113
Author: @zxdong262
Created: 11/30/2017
Status: Merged
Merged: 11/30/2017
Merged by: @zxdong262

Base: masterHead: fix-102


📝 Commits (10+)

📊 Changes

20 files changed (+252 additions, -116 deletions)

View changed files

📝 README.md (+0 -1)
📝 app/app.js (+13 -10)
📝 app/config.default.js (+10 -7)
📝 app/lib/app-path.js (+1 -0)
📝 app/lib/fs.js (+1 -1)
📝 app/lib/ls.js (+2 -1)
📝 app/lib/menu.js (+10 -7)
📝 app/lib/server.js (+39 -25)
📝 app/lib/sftp.js (+0 -1)
app/lib/terminal.js (+109 -0)
app/lib/win.js (+7 -0)
📝 electron-builder.json (+2 -1)
📝 package.json (+2 -2)
📝 src/client/components/control/index.jsx (+2 -0)
📝 src/client/components/sftp/drag-select.jsx (+22 -1)
📝 src/client/components/sftp/index.jsx (+4 -1)
📝 src/client/components/terminal/index.jsx (+10 -56)
📝 src/client/css/includes/color.styl (+4 -1)
📝 src/client/css/includes/index.styl (+2 -1)
src/client/css/includes/xterm-overwrite.styl (+12 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/113 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/30/2017 **Status:** ✅ Merged **Merged:** 11/30/2017 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-102` --- ### 📝 Commits (10+) - [`ec0e641`](https://github.com/electerm/electerm/commit/ec0e641c195a8557c64bda0ed72bae799b2a11a9) save - [`1bbf375`](https://github.com/electerm/electerm/commit/1bbf3756a32dffb28196e29444217a0814628094) save - [`0a37528`](https://github.com/electerm/electerm/commit/0a37528149d173523c952834e19c89df8d4815e1) fix #102 fix #108 fix #103 - [`298c02f`](https://github.com/electerm/electerm/commit/298c02f7715ebac7e0d4283d29adf2306f52a387) fix - [`7f42cfd`](https://github.com/electerm/electerm/commit/7f42cfd7033446218632fdcd378aeee60895e6f8) version->0.8.0 - [`1d20e87`](https://github.com/electerm/electerm/commit/1d20e87b4b976df03ab09763dba437e4d202e8c5) add toggle dev tools menu - [`cbae01d`](https://github.com/electerm/electerm/commit/cbae01def8528ee0c07b2d223d0b6418251972ba) [skip travis]skip travis - [`801ffed`](https://github.com/electerm/electerm/commit/801ffed854e3247c67f0aa41454ae0c970fea980) fix #111 fix #110 - [`baaa3e2`](https://github.com/electerm/electerm/commit/baaa3e2242342032212e0474fdffcaf25b5f6125) [skip travis]skip - [`2a04eb4`](https://github.com/electerm/electerm/commit/2a04eb4e72cb575b39917a4047f5509a83c1fe1b) change artifactName ### 📊 Changes **20 files changed** (+252 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+0 -1) 📝 `app/app.js` (+13 -10) 📝 `app/config.default.js` (+10 -7) 📝 `app/lib/app-path.js` (+1 -0) 📝 `app/lib/fs.js` (+1 -1) 📝 `app/lib/ls.js` (+2 -1) 📝 `app/lib/menu.js` (+10 -7) 📝 `app/lib/server.js` (+39 -25) 📝 `app/lib/sftp.js` (+0 -1) ➕ `app/lib/terminal.js` (+109 -0) ➕ `app/lib/win.js` (+7 -0) 📝 `electron-builder.json` (+2 -1) 📝 `package.json` (+2 -2) 📝 `src/client/components/control/index.jsx` (+2 -0) 📝 `src/client/components/sftp/drag-select.jsx` (+22 -1) 📝 `src/client/components/sftp/index.jsx` (+4 -1) 📝 `src/client/components/terminal/index.jsx` (+10 -56) 📝 `src/client/css/includes/color.styl` (+4 -1) 📝 `src/client/css/includes/index.styl` (+2 -1) ➕ `src/client/css/includes/xterm-overwrite.styl` (+12 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:55:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#2934
No description provided.