mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #566] Replaying recording shows (newlines at every new character in kitty/alacritty) with a specific shell setup #306
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#306
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 @AkechiShiro on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/566
Describe the bug

Replay looks like this :
To Reproduce
Steps to reproduce the behavior:
0. Open Kitty terminal
Expected behavior
Replay should be replayed correctly in Kitty using Zsh and Powerlevel11k shell theme with a NerdFont patched.
Versions:
Additional contextAdd any other context about the problem here.
See 3.
@AkechiShiro commented on GitHub (Aug 21, 2023):
Do you need the capture or will you be able to reproduce the issue ?
@AkechiShiro commented on GitHub (Aug 21, 2023):
I believe #368 is the fix, why is it not yet merged in ?
@AkechiShiro commented on GitHub (Aug 21, 2023):
@ku1ik
@AkechiShiro commented on GitHub (Aug 21, 2023):
I haven't tested the fix yet, but will soon.
@ku1ik commented on GitHub (Nov 2, 2023):
#368 is not a fix that resolves the issue here, it just adds a warning. You would still get broken output if we merged it.
There's no easy fix for this, as you can't really fit longer lines (recorded) into shorter lines (current terminal width during playback).
The best we can do is to add the warning so user can expect corrupted output, but we can potentially detect if the corruption would happen (see https://github.com/asciinema/asciinema/pull/368#issuecomment-1790572425 for the idea).