pull/15/head
chris west 4 years ago
parent a11abe1bc8
commit 2ccd55dad7

@ -76,6 +76,7 @@ pub struct UI {
status: String,
/// User config. Command line options + phetch.conf
config: Config,
/// Reference to our wrapped Stdout.
out: RefCell<RawTerminal<Stdout>>,
}

Loading…
Cancel
Save