mirror of
https://github.com/fdehau/tui-rs.git
synced 2024-10-30 21:20:22 +00:00
590 B
590 B
Changelog
Unreleased
Added
- Add
MouseBackend
intermion
backend to handle scroll and mouse events - Add generic
Item
for items in aList
Changed
-
Rename
TermionBackend
toRawBackend
(to distinguish it from theMouseBackend
) -
Generic parameters for
List
to allow passing iterators as items -
Generic parameters for
Table
to allow using iterators as rows and header -
Generic parameters for
Tabs
-
Rename
border
bitflags toBorders
-
Run latest
rustfmt
on all sources
Removed
- Drop
log4rs
as a dev-dependencies in favor ofstderrlog