umm blink should be on by defaut - jump on change too.

SVN revision: 72888
This commit is contained in:
Carsten Haitzler 2012-06-26 14:58:32 +00:00
parent 3f10088e8a
commit 01447a6483
1 changed files with 2 additions and 2 deletions

View File

@ -196,9 +196,9 @@ config_load(const char *key)
config->theme = eina_stringshare_add("default.edj");
config->background = NULL;
config->translucent = EINA_FALSE;
config->jump_on_change = EINA_FALSE;
config->jump_on_change = EINA_TRUE;
config->flicker_on_key = EINA_TRUE;
config->disable_cursor_blink = EINA_TRUE;
config->disable_cursor_blink = EINA_FALSE;
s = eina_unicode_unicode_to_utf8(sep, &slen);
if (s)
{