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
When working in terminal it is sometimes necessary to rotate phone to landscape mode to see the full line of the text or log tail.
In the past versions it was working correctly but recently started to break and view is getting like ladder when rotating as buffer likes stores data with spaces to keep formatting rather than new lines.
Also thisis breaking text copy as there are additional spaces added to the end of the lines and it doesn't allow proper formatting to take place.
When copy pasting code it breaks logic.
P.S. Not sure if this is reported so far.
Steps to reproduce the behavior.
Tail or cat long lines containing file.
Rotate phone and check that lines are correctly aligned against the left side
What is the expected behavior?
Text is formatted on the left side of the screen when tailing or catting the file, selecting part of the screen and pasting the mail or text editor should not have trailing spaces.
Problem description
When working in terminal it is sometimes necessary to rotate phone to landscape mode to see the full line of the text or log tail.
In the past versions it was working correctly but recently started to break and view is getting like ladder when rotating as buffer likes stores data with spaces to keep formatting rather than new lines.
Also thisis breaking text copy as there are additional spaces added to the end of the lines and it doesn't allow proper formatting to take place.
When copy pasting code it breaks logic.
P.S. Not sure if this is reported so far.
Steps to reproduce the behavior.
Tail or cat long lines containing file.
Rotate phone and check that lines are correctly aligned against the left side
What is the expected behavior?
Text is formatted on the left side of the screen when tailing or catting the file, selecting part of the screen and pasting the mail or text editor should not have trailing spaces.
tail -F logfile
cat logfile
System information
The text was updated successfully, but these errors were encountered: