billiob pushed a commit to branch terminology-1.2. http://git.enlightenment.org/apps/terminology.git/commit/?id=35bf0a4a25b8f1ee168465ef225133f823ff5cf6
commit 35bf0a4a25b8f1ee168465ef225133f823ff5cf6 Author: Marcel Hollerbach <m...@marcel-hollerbach.de> Date: Mon Apr 30 16:01:46 2018 +0200 terminology: do not select a item on focus Summary: makes the settings easier to use with focus Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D6015 --- src/bin/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/main.c b/src/bin/main.c index 74f2e4c..400928d 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -550,6 +550,8 @@ elm_main(int argc, char **argv) eina_log_print_cb_set(_log_to_syslog, NULL); #endif + elm_config_item_select_on_focus_disabled_set(EINA_TRUE); + elm_language_set(""); elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED); elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR); --