commit | 6e86bf72ac38e7d16ab86d9e94479a85791f0c79 | [log] [tgz] |
---|---|---|
author | Matthias Klose <doko@ubuntu.com> | Fri Jul 30 21:27:18 2010 +0000 |
committer | Matthias Klose <doko@ubuntu.com> | Fri Jul 30 21:27:18 2010 +0000 |
tree | 324bb105d6752a656be5e1e0ba9d2ee015d9e0f3 | |
parent | 3e67c5c52e644876d741b6cec4e36953a7ef3c21 [diff] |
- Issue #7567: Don't call `setupterm' twice.
diff --git a/Misc/NEWS b/Misc/NEWS index 40b918b..fed0772 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -78,6 +78,8 @@ then that exception wasn't properly propagated on machines where char is unsigned. +- Issue #7567: Don't call `setupterm' twice. + Build -----