[PR #52] [MERGED] Set default terminal size (80x24) for non-interactive mode #375

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

📋 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: masterHead: issue-51


📝 Commits (1)

  • fd27853 Set 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.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/52 **Author:** [@jakubjedelsky](https://github.com/jakubjedelsky) **Created:** 1/27/2014 **Status:** ✅ Merged **Merged:** 3/18/2014 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `master` ← **Head:** `issue-51` --- ### 📝 Commits (1) - [`fd27853`](https://github.com/asciinema/asciinema/commit/fd278533bd2c96581e9a4922498bc9c95af8ec54) Set default terminal size (80x24) for non-interactive mode ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `asciinema/pty_recorder.py` (+7 -3) </details> ### 📄 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. --- <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:33 +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#375
No description provided.