mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #471] [MERGED] Option to override cols/rows of the recorded process #472
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#472
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/471
Author: @ku1ik
Created: 2/16/2022
Status: ✅ Merged
Merged: 2/17/2022
Merged by: @ku1ik
Base:
develop← Head:cols-rows-override📝 Commits (1)
fd09df8Option to override cols/rows of the recorded process📊 Changes
8 files changed (+83 additions, -29 deletions)
View changed files
📝
README.md(+2 -0)📝
asciinema/__main__.py(+20 -0)📝
asciinema/commands/record.py(+4 -0)📝
asciinema/pty_.py(+12 -12)📝
asciinema/recorder.py(+37 -4)📝
asciinema/term.py(+1 -12)📝
man/asciinema.1.md(+6 -0)📝
tests/pty_test.py(+1 -1)📄 Description
This adds
--cols <n>/--rows <n>options toreccommand. This disablesautodection of terminal size, and reports fake fixed number of columns/rows to
the recorded process.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.