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

add Key::Copy, Key::Cut, Key::Paste support

Этот коммит содержится в:
rhysd
2023-11-15 01:29:44 +09:00
родитель 523a888f26
Коммит 8e3a432ecc
5 изменённых файлов: 22 добавлений и 5 удалений

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

@@ -47,6 +47,9 @@ fn test_input_all_combinations_sanity() {
Esc,
MouseScrollDown,
MouseScrollUp,
Copy,
Cut,
Paste,
] {
push_all_modifiers_combination(&mut inputs, k);
}