default backscroll -> 2000 lines, default wordsep string move space to

start :)



SVN revision: 72261
This commit is contained in:
Carsten Haitzler 2012-06-17 03:00:01 +00:00
parent 8fa238e240
commit 2e2fb45271
1 changed files with 2 additions and 2 deletions

View File

@ -65,12 +65,12 @@ config_init(void)
config->font.bitmap = 1;
config->font.name = eina_stringshare_add("nexus.pcf");
config->font.size = 10;
config->scrollback = 4096;
config->scrollback = 2000;
config->theme = eina_stringshare_add("default.edj");
config->background = NULL;
config->translucent = 0;
config->jump_on_change = 0;
config->wordsep = eina_stringshare_add("'\"()[]{}=*!#$^\\:;,?` ");
config->wordsep = eina_stringshare_add(" '\"()[]{}=*!#$^\\:;,?`");
}
}