billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=36a7166b7ac56aa53a885479a0aaf915893d630d

commit 36a7166b7ac56aa53a885479a0aaf915893d630d
Author: Boris Faure <[email protected]>
Date:   Mon Aug 29 20:31:42 2016 +0200

    config: change default to only scroll down on keypress
    
    (and not on new change)
---
 src/bin/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/config.c b/src/bin/config.c
index 1150466..a0766ad 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -494,7 +494,7 @@ config_new(void)
         config->opacity = 50;
         config->cg_width = 80;
         config->cg_height = 24;
-        config->jump_on_change = EINA_TRUE;
+        config->jump_on_change = EINA_FALSE;
         config->jump_on_keypress = EINA_TRUE;
         config->flicker_on_key = EINA_FALSE;
         config->disable_cursor_blink = EINA_FALSE;

-- 


Reply via email to