# HG changeset patch # User drewp@bigasterisk.com # Date 2012-06-16 23:46:21 # Node ID d3f6830f55a284ba53c6c839b213d71c6d3b5a50 # Parent a2c1dc358bb10077289e3697f46be8b62b47c4ec stop output entry box bouncing around Ignore-this: 6ecd3e9ca8364290ea1649ea10a4c88e diff --git a/bin/curvecalc b/bin/curvecalc --- a/bin/curvecalc +++ b/bin/curvecalc @@ -229,7 +229,7 @@ class Main(object): ('output levels', lambda levels: textwrap.fill("; ".join(["%s:%.2f"%(n,v) for n,v in - levels.items()[:5] + levels.items()[:2] if v>0]),70)), ('update period', lambda t: "%.1fms"%(t*1000)), ('update status', lambda x: str(x)),