# HG changeset patch # User drewp@bigasterisk.com # Date 1339890381 0 # Node ID d3f6830f55a284ba53c6c839b213d71c6d3b5a50 # Parent a2c1dc358bb10077289e3697f46be8b62b47c4ec stop output entry box bouncing around Ignore-this: 6ecd3e9ca8364290ea1649ea10a4c88e diff -r a2c1dc358bb1 -r d3f6830f55a2 bin/curvecalc --- a/bin/curvecalc Sat Jun 16 23:46:03 2012 +0000 +++ b/bin/curvecalc Sat Jun 16 23:46:21 2012 +0000 @@ -229,7 +229,7 @@ ('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)),