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

89 Коммитов

Автор SHA1 Сообщение Дата
rhysd
48312c4f77 v0.2.1 (fixes #27, closes #22, closes #25, closes #26) 2023-10-02 01:42:20 +09:00
rhysd
c84c0ebe55 rename placepop example to more obvious popup_placeholder 2023-10-01 22:28:14 +09:00
Linda_pp
98a60e9138 Merge pull request #16 from pm100/ghost
placeholder feature
2023-10-01 22:12:25 +09:00
rhysd
30e651de77 update ratatui from 0.20 to 0.23 and crossterm for ratatui to 0.27 2023-10-01 20:31:09 +09:00
pm100
bfd5527efe placeholder feature 2023-04-29 18:17:39 +02:00
rhysd
1e0b625b29 fix user-defined backend is not supported by adding your-backend and ratatui-your-backend features 2023-04-16 23:27:29 +09:00
rhysd
70279751ee describe ratatui crate support in readme 2023-04-13 23:16:14 +09:00
rhysd
526f5cc334 separate examples for ratatui 2023-04-13 22:21:03 +09:00
rhysd
9428172a1d support ratatui crate by editor and termion example 2023-04-13 22:05:25 +09:00
rhysd
dbe03202a8 add ratatui crate support 2023-04-13 21:51:27 +09:00
rhysd
7f64db242f add ratatui-termion and ratatui-crossterm features 2023-04-06 21:29:20 +09:00
rhysd
8c0a76b052 add simple modal text editor example 2022-10-20 08:39:19 +09:00
rhysd
76d3d8f41b bump up version to v0.2.0 2022-10-18 19:36:19 +09:00
rhysd
b44870a0af bump up version to v0.1.6 2022-09-28 23:05:57 +09:00
rhysd
bf4246482e update tui to 0.19 and crossterm to 0.25 2022-08-15 20:39:01 +09:00
rhysd
479b060624 set MSRV to 1.56.1 depending on tui v0.18.0 2022-07-19 11:17:57 +09:00
rhysd
6af9b24b59 bump up version to v0.1.5 2022-07-18 19:49:09 +09:00
rhysd
ac04feb5ea add arbitrary crate as optional dependency
to avoid converting `Input` in fuzz test for making arbitrary inputs
2022-07-16 21:42:58 +09:00
rhysd
e8df4c4127 show 'Available on crate feature search only' on docs.rs 2022-07-12 01:02:12 +09:00
rhysd
bd131d9773 bump up version to v0.1.4 2022-07-11 01:01:44 +09:00
rhysd
ee72b48fea add first benchmark 2022-07-09 18:44:00 +09:00
rhysd
dd59e8edb4 bump up version to v0.1.3 2022-07-08 17:50:22 +09:00
rhysd
5914238724 implement minimal text search
- Set query with `TextArea::set_search_pattern`
- Move cursor to next match `TextArea::search_forward`
- Move cursor to previous match `TextArea::search_back`
2022-07-01 23:10:34 +09:00
rhysd
8f632d5ef5 bump up version to v0.1.2 2022-06-25 11:42:58 +09:00
rhysd
f8c12a8bf6 include all features at building doc on docs.rs 2022-06-25 11:41:33 +09:00
rhysd
1ec2b04884 bump up version to v0.1.1 2022-06-21 15:54:45 +09:00
rhysd
279473013b release v0.1.0 2022-06-19 20:56:37 +09:00
rhysd
da83cee419 add package metadata to Cargo.toml 2022-06-19 20:56:37 +09:00
rhysd
e357799759 rename multi example to split 2022-06-19 20:45:35 +09:00
rhysd
3ba3a559ca add an example for simple textarea with variable height 2022-06-18 15:52:31 +09:00
rhysd
5fde013747 add single_line example 2022-06-17 02:07:12 +09:00
rhysd
d4978cd82c add multi example 2022-06-16 21:01:02 +09:00
rhysd
6ebd099f28 add text editor example 2022-06-15 10:28:05 +09:00
rhysd
a104799b3f add minimal termion example 2022-06-12 18:03:35 +09:00
rhysd
b00061d4e6 add support for termion 2022-06-12 15:43:04 +09:00
rhysd
b30caba358 make crossterm optional 2022-06-11 14:07:14 +09:00
rhysd
3cdfa050e5 add first minimal example 2022-06-09 00:01:19 +09:00
rhysd
d6eb01e233 minimal implementation 2022-06-08 21:47:49 +09:00
rhysd
589838ee40 setup rustfmt 2022-06-08 20:51:37 +09:00