]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7436 : kballard/rust/term-dumb, r=cmr
authorbors <bors@rust-lang.org>
Fri, 28 Jun 2013 14:40:57 +0000 (07:40 -0700)
committerbors <bors@rust-lang.org>
Fri, 28 Jun 2013 14:40:57 +0000 (07:40 -0700)
Unlike fg() and bg(), we haven't already checked for the presence of
"op" in the terminfo when we call reset(), so we need to handle the case
where it's missing.

Also update the warn!() lines to avoid double-quoting the output.

Fixes #7431.


Trivial merge