[PR #1831] [MERGED] fix #1830 feat: Support batch input for terminal #3635

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1831
Author: @zxdong262
Created: 9/27/2020
Status: Merged
Merged: 9/27/2020
Merged by: @zxdong262

Base: masterHead: fix-1830


📝 Commits (1)

📊 Changes

10 files changed (+159 additions, -34 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/client/common/constants.js (+1 -0)
📝 src/client/components/session/index.jsx (+0 -10)
📝 src/client/components/terminal-info/terminal-info.styl (+1 -8)
src/client/components/terminal/batch-input.jsx (+54 -0)
📝 src/client/components/terminal/index.jsx (+57 -13)
📝 src/client/components/terminal/terminal.styl (+17 -1)
src/client/store/batch-input-history.js (+22 -0)
📝 src/client/store/index.js (+2 -0)
📝 src/client/store/init-state.js (+4 -1)

📄 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/1831 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 9/27/2020 **Status:** ✅ Merged **Merged:** 9/27/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1830` --- ### 📝 Commits (1) - [`74b8eb8`](https://github.com/electerm/electerm/commit/74b8eb826a32679a31d0966ec55b47be53b36427) fix #1830 feat: Support batch input for terminal ### 📊 Changes **10 files changed** (+159 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/client/common/constants.js` (+1 -0) 📝 `src/client/components/session/index.jsx` (+0 -10) 📝 `src/client/components/terminal-info/terminal-info.styl` (+1 -8) ➕ `src/client/components/terminal/batch-input.jsx` (+54 -0) 📝 `src/client/components/terminal/index.jsx` (+57 -13) 📝 `src/client/components/terminal/terminal.styl` (+17 -1) ➕ `src/client/store/batch-input-history.js` (+22 -0) 📝 `src/client/store/index.js` (+2 -0) 📝 `src/client/store/init-state.js` (+4 -1) </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 01:53:14 +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#3635
No description provided.