Skip to content

print_utils.sh does not always print on parallel blocks #6

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

Open
andresgongora opened this issue Sep 17, 2019 · 0 comments
Open

print_utils.sh does not always print on parallel blocks #6

andresgongora opened this issue Sep 17, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@andresgongora
Copy link
Owner

Even when the terminal is 80 chars wide, print_utils does not print in two parallel blocks as expected. Somehow the print-header fails to return back "home" before starting to print a new block. I've noticed this so far over SSH.

Possible solutions:

  • Fix the bit of code that forces the header to return home before printing the second block. Maybe for ssh sessions this does not work and needs some workaround.
  • Instead of printing to the terminal, and using a terminal feature to put two pieces of text side by side, print/save to an intermediate buffer instead.
@andresgongora andresgongora added the bug Something isn't working label Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant