mirror of
https://github.com/wez/wezterm.git
synced 2024-12-27 15:37:29 +03:00
8 lines
191 B
Markdown
8 lines
191 B
Markdown
|
# SelectTextAtMouseCursor
|
||
|
|
||
|
Initiates selection of text at the current mouse cursor position.
|
||
|
The mode argument can be one of `Cell`, `Word` or `Line` to control
|
||
|
the scope of the selection.
|
||
|
|
||
|
|