-
Notifications
You must be signed in to change notification settings - Fork 43
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
Line-based/rect-block selection by mouse #149
Comments
Mouse selection for alternate buffer: Windows.Terminal.Dev.2022-02-16.02-41-57.mp4 |
Selecting text like a word processor (scrollback buffer) Windows.Terminal.Dev.2022-02-22.19-18-57.1.mp4 |
I have a few questions.
|
This comment was marked as off-topic.
This comment was marked as off-topic.
Oooh, thanks for discussing this feature design. Inspired by https://gitlab.gnome.org/GNOME/vte/-/issues/2495 If at some point it needs to be removed, then it can be instantly reset with a Also the preview is limited to a field of 80x25. |
I have never used such a feature. I need to see how practical (and safe) it is. In the future, this can be configured in the settings. It's just not yet clear which settings are needed. |
I will now publish release 0.7.0 in which this feature will be hardcoded, and in subsequent releases I will make corrections based on the experience gained. |
Feel free to continue the discussion here. |
I will test it later and will make feedback about it's practicality |
I also updated the release to 0.7.1, in which I removed the side indents (three cells on the left and right). Initially, I thought it was convenient, but now I realized that it is not. |
I have a question. How to build DEMO version? |
I use Termux currently so I can't use releases version due architecture difference (aarch64 is mine, while releases are amd64) |
You should uncomment or set
|
Are there any flags needed during cmake build? |
In some cases it is necessary to set the |
Alright I will try |
I decided to completely abandon the grips. They don't make sense. The user can hold down the Ctrl key to modify the selection and there is no need to hit the grip exactly. I am working on it now. |
Get rid of grips (by holding Terminal.Dev.2022-04-23.04-15-49.mp4 |
Selecting text in terminal
LeftDrag
LeftClick
to select a word@
characterwhitespace
characterword
by clicking on any letterLeftClick
to select the entire paragraphAlt
keyCtrl
keyLeftClick
RightClick
(+Ctrl
to keep selection visible after copy)RightClick
Left+RightClick
anywhereModify selection by dragging markers=─ ─=─ ─=
Wrap
# Selection #
+ Plaintext +
! ANSI-text !
h_size : v_size
n rows ~m cells
DECSTBM
awareThe text was updated successfully, but these errors were encountered: