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

fix image size ratio due to update of the file

Этот коммит содержится в:
rhysd
2024-08-01 10:48:34 +09:00
родитель 59ea9c2ec1
Коммит d5c9959f28

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

@@ -95,7 +95,7 @@ cargo run --example popup_placeholder
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">
<img src="https://raw.githubusercontent.com/rhysd/ss/master/tui-textarea/placepop.gif" width=446 height=220 alt="popup textarea with placeholder example">
### [`password`](./examples/password.rs)