mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #565] [MERGED] Terminal resize capture #508
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#508
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:resize-events📝 Commits (1)
a9dc2e5Implement 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.