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
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
The integrated terminal without flatpak-spawn uses sh. When using sh, I can type and run commands without any visual bugs. Text is displayed properly.
If I start zsh,
flatpak-spawn --host --env=ZDOTDIR=.config/zsh bin/zsh
# or
flatpak-spawn --host --env=ZDOTDIR=.config/zsh /usr/bin/zsh
Letters are printed multiple times in the terminal while typing.
Instead of backspace deleting characters, its like typing a space.
ctrl+l or clear, don't work.
However, once you actually run the command, it executes what I actually wrote, not what I see in the screen.
Am I missing any needed arguments? I tried using the option --filesystem=/home/yiannis when starting com.visualstudio.code.oss
#EDIT: I should mention that /bin/bash works like sh. Only zsh has that issue.
The text was updated successfully, but these errors were encountered:
The integrated terminal without
flatpak-spawn
usessh
. When usingsh
, I can type and run commands without any visual bugs. Text is displayed properly.If I start
zsh
,clear
, don't work.However, once you actually run the command, it executes what I actually wrote, not what I see in the screen.
Am I missing any needed arguments? I tried using the option
--filesystem=/home/yiannis
when starting com.visualstudio.code.oss#EDIT: I should mention that
/bin/bash
works likesh
. Onlyzsh
has that issue.The text was updated successfully, but these errors were encountered: