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

15 Коммитов

Автор SHA1 Сообщение Дата
srothgan
8f708cfdc7 feat: add screen/data cursor maps for wrapped movement (#17)
* feat!: remove tui-rs support and map screen cursors

* docs(examples): add fixed-size recording mode

* chore(release): bump to v0.11.0
2026-05-03 16:48:05 +10:00
srothgan
56f531a73f chore: migrate to Rust 2024 edition and bump to v0.9.2 (#12)
* chore: migrate to Rust 2024 edition and bump to v0.9.2

- Bump edition to 2024 and rust-version to 1.85.0
- Replace f64::log10 with usize::ilog10 in num_digits
- Fix clippy lints surfaced by edition bump: repeat_n, derived Default, then_some
- Expand watch-check and watch-test aliases to cover all feature paths (crossterm_0_28, no-backend, tuirs variants, serde, arbitrary)
- Expand CI test and clippy workflows to full 6/8-entry feature matrices including termion on Ubuntu
- Apply rustfmt import reordering from edition 2024 rules

* fix: revert turis linux checks
2026-02-20 03:38:50 +10:00
rhysd
9650a1171a fix warnings and compile errors due to ratatui v0.28 update 2024-08-08 00:12:17 +09:00
rhysd
c99108bf45 directly implement Widget for &TextArea (fix #78) 2024-08-02 16:31:21 +09:00
rhysd
330b7074ae fix examples to invert ratatui and tui-rs 2023-10-24 13:15:16 +09:00
rhysd
ea377db4ee prefer Into::into to From::from 2022-07-09 12:38:05 +09:00
rhysd
f10b5d52be remove unnecessary layout calculation from examples 2022-06-18 16:21:05 +09:00
rhysd
f7e56c61b1 simplify minimal example 2022-06-16 21:07:35 +09:00
rhysd
c59bff2d26 improve block titles to examples and simplify crossterm example 2022-06-12 18:03:35 +09:00
rhysd
6e6a3183be remove trailing spaces invariant 2022-06-10 20:36:23 +09:00
rhysd
fc9f017db3 implement undo/redo 2022-06-09 22:39:03 +09:00
rhysd
3c088fd15f implement basic cursor moves 2022-06-09 12:18:28 +09:00
rhysd
f28fbefd79 implement inserting tab character 2022-06-09 00:45:09 +09:00
rhysd
e393c3f90a implement conversion from crossterm event to textarea input 2022-06-09 00:04:15 +09:00
rhysd
3cdfa050e5 add first minimal example 2022-06-09 00:01:19 +09:00