mirror of
https://github.com/fdehau/tui-rs.git
synced 2024-11-05 12:00:17 +00:00
786 B
786 B
Changelog
v0.2.1 - now
Added
- Add
AlternateScreenBackend
intermion
backend - Add
TermionBackend::with_stdout
in order to let an user of the library provides its own termion struct
v0.2.0 - 2017-12-26
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