aboutsummaryrefslogtreecommitdiffstats
path: root/src/ptty.c
diff options
context:
space:
mode:
authorjames <>2008-02-22 17:07:00 +0000
committerjames <>2008-02-22 17:07:00 +0000
commita7a1526ef4fed8460a87713fac159cc714bfde77 (patch)
treee198c9785f1d883a5a1804204bd7d8ac834f499f /src/ptty.c
parent980bd369ac8759c8a1df6fea7cbb5bfc8fee7afc (diff)
downloadsympathy-a7a1526ef4fed8460a87713fac159cc714bfde77.tar.gz
sympathy-a7a1526ef4fed8460a87713fac159cc714bfde77.tar.bz2
sympathy-a7a1526ef4fed8460a87713fac159cc714bfde77.zip
*** empty log message ***
Diffstat (limited to 'src/ptty.c')
-rw-r--r--src/ptty.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ptty.c b/src/ptty.c
index 0c69a2b..860928e 100644
--- a/src/ptty.c
+++ b/src/ptty.c
@@ -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";