config: set xterm_256color as default

This is still configurable and is nowadays, widely accepted.
This commit is contained in:
Boris Faure 2020-10-29 21:12:13 +01:00
parent 0c25e408d6
commit c1e82b90b3
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ config_new(void)
config->visualize = EINA_TRUE;
config->urg_bell = EINA_TRUE;
config->multi_instance = EINA_FALSE;
config->xterm_256color = EINA_FALSE;
config->xterm_256color = EINA_TRUE;
config->erase_is_del = EINA_FALSE;
config->custom_geometry = EINA_FALSE;
config->drag_links = EINA_FALSE;