1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-08 00:15:50 +03:00

implement TextArea::select_all

but it is not assigned to default key shortcuts because C-a is already
in use.
Этот коммит содержится в:
rhysd
2023-11-15 00:11:18 +09:00
родитель 9d03463237
Коммит 523a888f26
3 изменённых файлов: 33 добавлений и 0 удалений

Просмотреть файл

@@ -489,6 +489,7 @@ notify how to move the cursor.
| `textarea.paste()` | Paste yanked text |
| `textarea.start_selection()` | Start text selection |
| `textarea.cancel_selection()` | Cancel text selection |
| `textarea.select_all()` | Select entire text |
| `textarea.move_cursor(CursorMove::Forward)` | Move cursor forward by one character |
| `textarea.move_cursor(CursorMove::Back)` | Move cursor backward by one character |
| `textarea.move_cursor(CursorMove::Up)` | Move cursor up by one line |