[lib] Derive Debug on Terminal

pull/52/head
Florian Dehau 6 years ago
parent f4052e0e71
commit ef2054a45b

@ -1,5 +1,11 @@
# Changelog
## To be released
### Added
* `Terminal` implements `Debug`
## v0.2.1 - 2018-04-01
### Added

@ -14,6 +14,7 @@ pub struct LayoutEntry {
}
/// Interface to the terminal backed by Termion
#[derive(Debug)]
pub struct Terminal<B>
where
B: Backend,

Loading…
Cancel
Save