Blame SOURCES/elinks-0.10.1-xterm.patch

68f3b8
 src/config/options.c |    3 ++-
68f3b8
 1 files changed, 2 insertions(+), 1 deletions(-)
68f3b8
68f3b8
diff --git a/src/config/options.c b/src/config/options.c
68f3b8
index 925e042..ace1a13 100644
68f3b8
--- a/src/config/options.c
68f3b8
+++ b/src/config/options.c
68f3b8
@@ -706,8 +706,9 @@ register_autocreated_options(void)
68f3b8
 	get_opt_bool("terminal.linux.m11_hack") = 1;
68f3b8
 	get_opt_int("terminal.vt100.type") = TERM_VT100;
68f3b8
 	get_opt_int("terminal.vt110.type") = TERM_VT100;
68f3b8
-	get_opt_int("terminal.xterm.type") = TERM_VT100;
68f3b8
+	get_opt_int("terminal.xterm.type") = 2;
68f3b8
 	get_opt_bool("terminal.xterm.underline") = 1;
68f3b8
+	get_opt_int("terminal.xterm.colors") = 1;
68f3b8
 	get_opt_int("terminal.xterm-color.type") = TERM_VT100;
68f3b8
 	get_opt_int("terminal.xterm-color.colors") = COLOR_MODE_16;
68f3b8
 	get_opt_bool("terminal.xterm-color.underline") = 1;