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

refactor password example and the example screencast in readme

Этот коммит содержится в:
rhysd
2023-10-20 22:02:04 +09:00
родитель 4fa7a16b72
Коммит d9dd1a168c
2 изменённых файлов: 17 добавлений и 8 удалений

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

@@ -101,6 +101,16 @@ Popup textarea with a placeholder text.
<img src="https://raw.githubusercontent.com/rhysd/ss/master/tui-textarea/placepop.gif" width=539 height=220 alt="popup textarea with placeholder example">
### [`password`](./examples/password.rs)
```sh
cargo run --example password
```
Password input form with masking text with ●.
<img src="https://raw.githubusercontent.com/rhysd/ss/master/tui-textarea/password.gif" width=589 height=92 alt="password example">
### Examples for [ratatui][] support
All above examples use [tui-rs][], but some examples provide [ratatui][] version. Try `ratatui_` prefix. In these cases,