mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #73] Number of columns is off for maximized window ($COLUMNS=169) #55
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#55
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 @blueyed on GitHub (Nov 11, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/73
I am using the following code in my prompt, which results in
$rpromptbeing right aligned:With a maximized terminal window however, asciinema appears to not get the width of the window correct, where
$rpromptis being cut off.See the following screencast: https://asciinema.org/a/13845
@ku1ik commented on GitHub (Nov 11, 2014):
Where does the $TERMWIDTH var come from? Is it initially set by terminal emulator or by shell?
@blueyed commented on GitHub (Nov 11, 2014):
It's derived from $COLUMNS:
@ku1ik commented on GitHub (Dec 18, 2014):
Is this problem happening only during playback or it's already there when recording?
Please try the latest version and let me know if that's still the case.