Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Command Line Wrapping Behavior #454

Closed
2 tasks done
jcubic opened this issue Jan 2, 2019 · 1 comment
Closed
2 tasks done

Issue with Command Line Wrapping Behavior #454

jcubic opened this issue Jan 2, 2019 · 1 comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Jan 2, 2019

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

  • 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)
@jcubic
Copy link
Owner Author

jcubic commented Jan 2, 2019

It seems that number of characters per line is way too big.

@jcubic jcubic changed the title Regression in Command Line Wrapping Behavior Issue with Command Line Wrapping Behavior when size is larger then 1 Jan 2, 2019
@jcubic jcubic changed the title Issue with Command Line Wrapping Behavior when size is larger then 1 Issue with Command Line Wrapping Behavior Jan 2, 2019
@jcubic jcubic removed the critical label Jan 2, 2019
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Jan 2, 2019
@jcubic jcubic closed this as completed Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant