Mercurial > code > home > repos > light9
changeset 779:d3f6830f55a2
stop output entry box bouncing around
Ignore-this: 6ecd3e9ca8364290ea1649ea10a4c88e
author | drewp@bigasterisk.com |
---|---|
date | Sat, 16 Jun 2012 23:46:21 +0000 |
parents | a2c1dc358bb1 |
children | 94f85500b995 |
files | bin/curvecalc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)),