]> git.lizzy.rs Git - rust.git/commit
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)
commit4e4e2f70c90f01b5be22a192c883b9dcb34df7ff
treebc5c0b5c72681ee5e92775f43ba74f73924c1fcc
parent811e045c609f8f6bc53faeec817e9ba7aeadf056
parentd9fed2b06f0850fa9e2455e98606644d5d54757f
auto merge of #7436 : kballard/rust/term-dumb, r=cmr

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.