[PR #3265] [MERGED] Fix rz/sz support fix #1401 fix #1937 fix #1978 fix #2120 fix #2158 fix 8167cf2 #2316 fix #2355 fix #2594 fix #2748 fix #2789 #3882

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3265
Author: @zxdong262
Created: 1/25/2024
Status: Merged
Merged: 1/25/2024
Merged by: @zxdong262

Base: masterHead: rzsz


📝 Commits (1)

📊 Changes

11 files changed (+337 additions, -269 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 src/app/lib/fs.js (+2 -2)
📝 src/client/common/constants.js (+1 -0)
📝 src/client/common/pre.js (+1 -1)
📝 src/client/components/shortcuts/shortcut-handler.js (+11 -0)
📝 src/client/components/tabs/app-drag.jsx (+0 -1)
📝 src/client/components/terminal/attach-addon-custom.js (+13 -1)
src/client/components/terminal/fs.js (+59 -0)
📝 src/client/components/terminal/index.jsx (+208 -132)
📝 src/client/components/terminal/xterm-zmodem.js (+40 -33)
src/client/components/terminal/zmodem-transfer.jsx (+0 -98)

📄 Description

…ix #2316 fix #2355 fix #2594 fix #2748 fix #2789


🔄 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/3265 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/25/2024 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `rzsz` --- ### 📝 Commits (1) - [`8167cf2`](https://github.com/electerm/electerm/commit/8167cf2c6110e266a06301e5b998159cb8177bd2) Fix rz/sz support fix #1401 fix #1937 fix #1978 fix #2120 fix #2158 fix #2316 fix #2355 fix #2594 fix #2748 fix #2789 ### 📊 Changes **11 files changed** (+337 additions, -269 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `src/app/lib/fs.js` (+2 -2) 📝 `src/client/common/constants.js` (+1 -0) 📝 `src/client/common/pre.js` (+1 -1) 📝 `src/client/components/shortcuts/shortcut-handler.js` (+11 -0) 📝 `src/client/components/tabs/app-drag.jsx` (+0 -1) 📝 `src/client/components/terminal/attach-addon-custom.js` (+13 -1) ➕ `src/client/components/terminal/fs.js` (+59 -0) 📝 `src/client/components/terminal/index.jsx` (+208 -132) 📝 `src/client/components/terminal/xterm-zmodem.js` (+40 -33) ➖ `src/client/components/terminal/zmodem-transfer.jsx` (+0 -98) </details> ### 📄 Description …ix #2316 fix #2355 fix #2594 fix #2748 fix #2789 --- <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:08 +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#3882
No description provided.