You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to create a vhs gif of my own bash-based TUI notes management system. So far, everything works fine. But when I open a note from inside a terminal-based editor, the background of the editor is not rendered correctly. I've tested it with neovim, helix and emacs in --no-window mode, its the same with all of them (see picture below).
Setup
Please complete the following information along with version numbers, if applicable.
OS: Void Linux 6.6.35_1
Shell: zsh and bash
Terminal Emulator: foot
To Reproduce
Steps to reproduce the behavior (difficult because you had to clone my repo first):
Clone the mentioned repo and build notesbash
Setup a notes directory
Create a vhs tape which opens a file
Expected behavior
I expect the produced GIF to show the editor window correctly with the background color spanning the whole "terminal" screen. In the screenshot below the color should not end directly next to the line numbers but reach to the outer margin of the window (left margin of the L in Loaded).
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to create a vhs gif of my own bash-based TUI notes management system. So far, everything works fine. But when I open a note from inside a terminal-based editor, the background of the editor is not rendered correctly. I've tested it with
neovim
,helix
andemacs
in--no-window
mode, its the same with all of them (see picture below).Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Steps to reproduce the behavior (difficult because you had to clone my repo first):
notesbash
vhs
tape which opens a fileExpected behavior
I expect the produced GIF to show the editor window correctly with the background color spanning the whole "terminal" screen. In the screenshot below the color should not end directly next to the line numbers but reach to the outer margin of the window (left margin of the L in
Loaded
).Screenshots
The text was updated successfully, but these errors were encountered: