diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-01-17 13:00:03 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-01-17 13:00:03 -0500 |
| commit | 9463e0fea0e87aa2efcfd98c483fc6d902512eec (patch) | |
| tree | 80c800fc32478877b841f2f678752340a0efb954 /ui/linearview.h | |
| parent | 705552ebb027c7421bcc1d3ace60be68d20f31b9 (diff) | |
add selectAll to linear view
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 8543d80a..888425e7 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -530,6 +530,7 @@ protected: void moveToStartOfView(); void moveToEndOfView(); void selectNone(); + void selectAll(); void navigateToHighlightedToken(); void splitToNewTabAndNavigateFromCursorPosition(); void splitToNewWindowAndNavigateFromCursorPosition(); |
