billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=c1e82b90b3c5a40bb2f52186eb079c2a3eac1b40
commit c1e82b90b3c5a40bb2f52186eb079c2a3eac1b40 Author: Boris Faure <[email protected]> Date: Thu Oct 29 21:12:13 2020 +0100 config: set xterm_256color as default This is still configurable and is nowadays, widely accepted. --- 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 c11f179..c97cb36 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -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; --
