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
If I print a long line, longer than the width of the terminal, doing a line selection (triple mouse click with default config) stops at the terminal border, instead of selecting the entire logical line (everything until \n)
Environment (please complete the following information):
OS: Linux X11
Version: 20210203-095643-70a364eb-8-gaa75dda1
To Reproduce
Run wezterm -n
Then input echo {1..100} to print a long line of text.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Describe the bug
If I print a long line, longer than the width of the terminal, doing a line selection (triple mouse click with default config) stops at the terminal border, instead of selecting the entire logical line (everything until
\n
)Environment (please complete the following information):
20210203-095643-70a364eb-8-gaa75dda1
To Reproduce
wezterm -n
echo {1..100}
to print a long line of text.We see the following selection (between [ & ])
Expected behavior
The text was updated successfully, but these errors were encountered: