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

add an example for simple textarea with variable height

Этот коммит содержится в:
rhysd
2022-06-18 15:52:31 +09:00
родитель 2f98482ef4
Коммит 3ba3a559ca
3 изменённых файлов: 59 добавлений и 0 удалений

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

@@ -51,6 +51,7 @@ cargo run --example minimal
- [termion](./examples/termion.rs): Minimal usage with [termion][] support
- [multi](./examples/multi.rs): Two split textareas in a screen and switch them
- [single_line](./examples/single_line.rs): Single line input form with float number validation
- [variable](./examples/variable.rs): Simple textarea with variable height following the number of lines
- [editor](./examples/editor.rs): Simple text editor to edit multiple files
## Minimal Usage