mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #193] [MERGED] Trap more signals than just SIGCHLD #1019
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#1019
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/193
Author: @typerlc
Created: 2/22/2017
Status: ✅ Merged
Merged: 3/9/2017
Merged by: @ku1ik
Base:
master← Head:catch-more📝 Commits (1)
a4092f5Trap more signals than just SIGCHLD📊 Changes
1 file changed (+15 additions, -5 deletions)
View changed files
📝
asciinema/pty_recorder.py(+15 -5)📄 Description
Properly write a recording file if asciinema is terminated with SIGHUP, SIGTERM, SIGQUIT. This happens, for example, if the machine is rebooted during a recording session.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.