[PR #393] [MERGED] fix #364 terminal split function #3066

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/393
Author: @zxdong262
Created: 4/10/2018
Status: Merged
Merged: 4/10/2018
Merged by: @zxdong262

Base: masterHead: fix-364


📝 Commits (10+)

📊 Changes

10 files changed (+925 additions, -586 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/client/common/constants.js (+39 -24)
📝 src/client/components/main/main.jsx (+2 -1)
src/client/components/main/window-wrapper.jsx (+0 -73)
📝 src/client/components/main/wrapper.styl (+0 -10)
📝 src/client/components/terminal/index.jsx (+244 -474)
src/client/components/terminal/terminal.jsx (+575 -0)
📝 src/client/components/terminal/terminal.styl (+49 -0)
📝 src/client/css/includes/box.styl (+4 -1)
📝 src/client/css/theme.styl (+11 -2)

📄 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/393 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 4/10/2018 **Status:** ✅ Merged **Merged:** 4/10/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-364` --- ### 📝 Commits (10+) - [`c318938`](https://github.com/electerm/electerm/commit/c318938a35fa27bd6f81be7499c195bea121a39a) save - [`7996332`](https://github.com/electerm/electerm/commit/79963329d5b28b1d6c2c4ec02be8dcb275b53c68) save - [`ce619e9`](https://github.com/electerm/electerm/commit/ce619e974a2fc654bd3f5b8a3dd855775fba6710) save - [`8badfea`](https://github.com/electerm/electerm/commit/8badfea6a94e916a31fdb827ef3669b9e95ab4a8) save - [`a106b6d`](https://github.com/electerm/electerm/commit/a106b6dc8ede95ebedf86893d280c01636a34472) save - [`4d702fb`](https://github.com/electerm/electerm/commit/4d702fb821c149210dcae46ae73ca66c6de7ad00) save - [`5ebc85f`](https://github.com/electerm/electerm/commit/5ebc85f63e6c7b5efa976819742775dac3714cd7) save - [`94e7a42`](https://github.com/electerm/electerm/commit/94e7a42bfbd24797938f0d2f18ade2a5d711ca90) save - [`cf1a98d`](https://github.com/electerm/electerm/commit/cf1a98dd61846dbe5a916ca8d0c58ee1118a9879) save - [`69ae260`](https://github.com/electerm/electerm/commit/69ae26057f263f09045d3babd9c93fcedfbcf283) save ### 📊 Changes **10 files changed** (+925 additions, -586 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/client/common/constants.js` (+39 -24) 📝 `src/client/components/main/main.jsx` (+2 -1) ➖ `src/client/components/main/window-wrapper.jsx` (+0 -73) 📝 `src/client/components/main/wrapper.styl` (+0 -10) 📝 `src/client/components/terminal/index.jsx` (+244 -474) ➕ `src/client/components/terminal/terminal.jsx` (+575 -0) 📝 `src/client/components/terminal/terminal.styl` (+49 -0) 📝 `src/client/css/includes/box.styl` (+4 -1) 📝 `src/client/css/theme.styl` (+11 -2) </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:27 +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#3066
No description provided.