seoz pushed a commit to branch master.

commit 043bbe70b981ef7b3088c80a91014c3d859878f8
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri May 3 22:23:45 2013 +0900

    config.c: set the default value of tab zoom animation time to 0.5 if the 
value equals 0.
---
 src/bin/config.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/config.c b/src/bin/config.c
index 379c40c..eafa3da 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -205,6 +205,8 @@ config_load(const char *key)
                {
                   LIM(config->font.size, 3, 400);
                   LIM(config->scrollback, 0, 200000);
+                  if (config->tab_zoom == 0)
+                    config->tab_zoom = 0.5;
                   LIM(config->tab_zoom, 0.1, 1.0);
                   LIM(config->vidmod, 0, 3)
                }

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2

Reply via email to