Only in shellinabox-2.10-a/shellinabox/: .deps Binary files shellinabox-2.10/shellinabox//favicon.ico and shellinabox-2.10-a/shellinabox//favicon.ico differ diff -rU5 shellinabox-2.10/shellinabox//launcher.c shellinabox-2.10-a/shellinabox//launcher.c --- shellinabox-2.10/shellinabox//launcher.c 2009-11-21 22:20:39.000000000 +0000 +++ shellinabox-2.10-a/shellinabox//launcher.c 2009-12-25 00:30:48.000000000 +0000 @@ -1262,11 +1262,11 @@ // Set up environment variables static const char *legalEnv[] = { "TZ", "HZ", NULL }; char **environment; check(environment = malloc(2*sizeof(char *))); int numEnvVars = 1; - check(environment[0] = strdup("TERM=xterm")); + check(environment[0] = strdup("TERM=tilehack")); if (width > 0 && height > 0) { numEnvVars += 2; check(environment = realloc(environment, (numEnvVars + 1)*sizeof(char *))); environment[numEnvVars-2] = stringPrintf(NULL, "COLUMNS=%d", width); diff -rU5 shellinabox-2.10/shellinabox//root_page.html shellinabox-2.10-a/shellinabox//root_page.html --- shellinabox-2.10/shellinabox//root_page.html 2009-11-18 16:55:52.000000000 +0000 +++ shellinabox-2.10-a/shellinabox//root_page.html 2009-12-25 00:55:24.000000000 +0000 @@ -45,11 +45,11 @@ (eay@cryptsoft.com) The most up-to-date version of this program is always available from http://shellinabox.com --> -