[PR #4044] [MERGED] Support no pty situation, fix build for ARM Linux #3996

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/4044
Author: @zxdong262
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @zxdong262

Base: masterHead: build-only


📝 Commits (8)

📊 Changes

12 files changed (+83 additions, -34 deletions)

View changed files

📝 .github/workflows/linux-arm.yml (+6 -1)
📝 build/bin/build-linux-arm.js (+7 -1)
📝 package-lock.json (+2 -2)
📝 package.json (+2 -2)
📝 src/app/lib/ipc-sync.js (+8 -0)
📝 src/client/common/db.js (+0 -5)
📝 src/client/components/sys-menu/menu-btn.jsx (+19 -14)
📝 src/client/components/tabs/index.jsx (+15 -6)
📝 src/client/components/tabs/no-session.jsx (+7 -2)
📝 src/client/components/tabs/tab.jsx (+5 -1)
📝 src/client/store/init-state.js (+1 -0)
📝 src/client/store/tab.js (+11 -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/4044 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `build-only` --- ### 📝 Commits (8) - [`dea79c3`](https://github.com/electerm/electerm/commit/dea79c3af9e5e97d6bd63f30972a36fa63dd8504) [skip mac][skip win][skip linux] - [`badb8b9`](https://github.com/electerm/electerm/commit/badb8b902d73e6313ebf557f372900d136ef1831) [skip mac][skip win][skip linux] 1 - [`a8f2284`](https://github.com/electerm/electerm/commit/a8f2284ba0c872a094521b642fd501ddb5fd22a0) [skip mac][skip win][skip linux] 2 - [`438bfb4`](https://github.com/electerm/electerm/commit/438bfb408b5578fb7ff201556eda5dd3ababda2c) [skip mac][skip win][skip linux] 3 - [`96c2fa0`](https://github.com/electerm/electerm/commit/96c2fa0ef1ec8a446550850d9be1e15ce7049565) Support no pty situation - [`25db8d0`](https://github.com/electerm/electerm/commit/25db8d0a2c5b855f12bb70493e2748014d21162f) Skip CI - [`59de4e9`](https://github.com/electerm/electerm/commit/59de4e9a67964b1c825b6c4010b77109c6f643a5) [skip ci] - [`7482b4e`](https://github.com/electerm/electerm/commit/7482b4e03df8f72ba4478b35f583bb9d92fdce60) [skip ci] ### 📊 Changes **12 files changed** (+83 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux-arm.yml` (+6 -1) 📝 `build/bin/build-linux-arm.js` (+7 -1) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+2 -2) 📝 `src/app/lib/ipc-sync.js` (+8 -0) 📝 `src/client/common/db.js` (+0 -5) 📝 `src/client/components/sys-menu/menu-btn.jsx` (+19 -14) 📝 `src/client/components/tabs/index.jsx` (+15 -6) 📝 `src/client/components/tabs/no-session.jsx` (+7 -2) 📝 `src/client/components/tabs/tab.jsx` (+5 -1) 📝 `src/client/store/init-state.js` (+1 -0) 📝 `src/client/store/tab.js` (+11 -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 01:54:33 +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#3996
No description provided.