mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[PR #52] [MERGED] Set default terminal size (80x24) for non-interactive mode #375
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#375
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/52
Author: @jakubjedelsky
Created: 1/27/2014
Status: ✅ Merged
Merged: 3/18/2014
Merged by: @ku1ik
Base:
master← Head:issue-51📝 Commits (1)
fd27853Set default terminal size (80x24) for non-interactive mode📊 Changes
1 file changed (+7 additions, -3 deletions)
View changed files
📝
asciinema/pty_recorder.py(+7 -3)📄 Description
Simple solution for issue #51. Just identify if we are in interactive or non-interactive terminal. If not, we want to setup default terminal size - I use 80 columns x 24 rows which should be supported by everything.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.