mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #295] Ctrl-D to finish a recording does not work on certain Android devices (8.0 or later perhaps?) #811
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#811
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?
Originally created by @fornwall on GitHub (Apr 8, 2018).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/295
(I split out this sub-issue from #271)
After merging https://github.com/asciinema/asciinema/pull/294 the latest asciinema version now works on Android, and can be tried out by installing Termux, running
pkg install asciinema(the patch has already been applied to that package) to install it and then using it as normal.Typing
exitto finish the recorded shell works. Using Ctrl-D does not work, it just "hangs".I reproduced the problem on the following devices:
I cannot reproduce the problem on:
So the issue may be specific to Android 8.0 or later perhaps?
Note that the problem is not specific to asciinema 2.0, testing on 1.4 shows the same problem.
@edward-p commented on GitHub (Apr 10, 2018):
Same issues on my Nexus 6p whether Android 7.x nor 8.x, using lineageOS.
@ku1ik commented on GitHub (May 17, 2022):
There were many improvements to how session ending is handled since 2.0, so if you have a chance please test latest 2.2.0. Or, if you don't have a need for this anymore, let's close it.