[PR #565] [MERGED] Terminal resize capture #508

Closed
opened 2026-02-25 20:33:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/565
Author: @ku1ik
Created: 8/14/2023
Status: Merged
Merged: 8/17/2023
Merged by: @ku1ik

Base: developHead: resize-events


📝 Commits (1)

  • a9dc2e5 Implement terminal resize capture ("r" event)

📊 Changes

5 files changed (+34 additions, -7 deletions)

View changed files

📝 asciinema/asciicast/raw.py (+5 -2)
📝 asciinema/asciicast/v2.py (+5 -0)
📝 asciinema/pty_.py (+10 -4)
📝 asciinema/recorder.py (+5 -0)
📝 doc/asciicast-v2.md (+9 -1)

📄 Description

This saves new resize event, r, which can be used by the player to resize its view.

Fixes #140


🔄 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/asciinema/asciinema/pull/565 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `resize-events` --- ### 📝 Commits (1) - [`a9dc2e5`](https://github.com/asciinema/asciinema/commit/a9dc2e5396481a9b665f7e66090c6464071d97e4) Implement terminal resize capture ("r" event) ### 📊 Changes **5 files changed** (+34 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `asciinema/asciicast/raw.py` (+5 -2) 📝 `asciinema/asciicast/v2.py` (+5 -0) 📝 `asciinema/pty_.py` (+10 -4) 📝 `asciinema/recorder.py` (+5 -0) 📝 `doc/asciicast-v2.md` (+9 -1) </details> ### 📄 Description This saves new resize event, `r`, which can be used by the player to resize its view. Fixes #140 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:56 +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/asciinema#508
No description provided.