X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fptty.c;h=860928e0135aa5ea81aa0802c22c46921a124047;hb=cd3c335082e66f9a790a5bbb0f24a7ec49c9d3d5;hp=1e3ce3693d6bf4a081f5313c336a2b7f516adeb4;hpb=ded21942fccb9fde8c3264c8f9a3dcdbc6ae1c38;p=sympathy.git diff --git a/src/ptty.c b/src/ptty.c index 1e3ce36..860928e 100644 --- a/src/ptty.c +++ b/src/ptty.c @@ -10,6 +10,12 @@ 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 *** + * * Revision 1.5 2008/02/15 23:52:12 james * *** empty log message *** * @@ -142,7 +148,7 @@ ptty_open (char *path, char *argv[]) case -1: /*boo hiss */ return NULL; case 0: /*waaah */ - setenv ("TERM", "vt102", 1); + setenv ("TERM", "xterm", 1); setenv ("LANG", "C", 1); if (!path) path = "/bin/sh";