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
the command is too long to fit the terminal and part of the command sometimes disappear
Steps to reproduce
type into terminal text that longer then the width
keep moving cursor the left
There're two issues:
style add using id is not added to temporary terminal div that is used to get size of the character.
i there is issue with this command IFS=":";for i in $PATH; do test -d "$i" && find "$i" -maxdepth 1 -executable -type f -exec basename {} \;;done | sort | uniq'; (one span have whole command encded so there is command duplication)
The text was updated successfully, but these errors were encountered:
Expected behavior
should wrap line correctly
Actual behavior
the command is too long to fit the terminal and part of the command sometimes disappear
Steps to reproduce
There're two issues:
IFS=":";for i in $PATH; do test -d "$i" && find "$i" -maxdepth 1 -executable -type f -exec basename {} \;;done | sort | uniq';
(one span have whole command encded so there is command duplication)The text was updated successfully, but these errors were encountered: