1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-07 16:05:50 +03:00
Этот коммит содержится в:
rhysd
2022-06-15 10:27:45 +09:00
родитель c019f10431
Коммит 6ebd099f28
3 изменённых файлов: 198 добавлений и 0 удалений

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

@@ -49,6 +49,7 @@ cargo run --example minimal
- [minimal](./examples/minimal.rs): Minimal usage with [crossterm][] support
- [termion](./examples/termion.rs): Minimal usage with [termion][] support
- [editor](./examples/editor.rs): Simple text editor to edit multiple files
## Minimal Usage
@@ -473,6 +474,8 @@ loop {
}
```
See [`editor` example](./examples/editor.rs) for working example.
## Contributing to tui-textarea
This project is developed [on GitHub][repo].