From 61c81eecece9ef4b3aabeb9c9bde4966d6c3ccfa Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Wed, 17 Sep 2008 05:11:53 +0200 Subject: Also avoid excessive precision in memory displays darcs-hash:20080917031153-c2a52-f7d6550e2b21d4dac8e6ed68a807f7e87162eb7d.gz --- Plugins/Monitors/Mem.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Monitors/Mem.hs b/Plugins/Monitors/Mem.hs index 65a8e96..16fc3a4 100644 --- a/Plugins/Monitors/Mem.hs +++ b/Plugins/Monitors/Mem.hs @@ -37,7 +37,7 @@ parseMEM = formatMem :: [Float] -> Monitor [String] formatMem x = - do let f n = showDigits 1 n + do let f n = showDigits 0 n mapM (showWithColors f) x runMem :: [String] -> Monitor String -- cgit v1.2.3