chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / ptty.c
index 0c69a2b31a3077b7516b1d3b302749aa3efcf603..860928e0135aa5ea81aa0802c22c46921a124047 100644 (file)
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
 
 /*
  * $Log$
+ * Revision 1.7  2008/02/22 17:07:00  james
+ * *** empty log message ***
+ *
  * Revision 1.6  2008/02/22 14:51:54  james
  * *** empty log message ***
  *
@@ -145,7 +148,7 @@ ptty_open (char *path, char *argv[])
     case -1:                   /*boo hiss */
       return NULL;
     case 0:                    /*waaah */
-      setenv ("TERM", "ansi", 1);
+      setenv ("TERM", "xterm", 1);
       setenv ("LANG", "C", 1);
       if (!path)
         path = "/bin/sh";