aboutsummaryrefslogtreecommitdiffstats
path: root/src/ptty.c
diff options
context:
space:
mode:
authorjames <>2008-02-22 14:52:24 +0000
committerjames <>2008-02-22 14:52:24 +0000
commit980bd369ac8759c8a1df6fea7cbb5bfc8fee7afc (patch)
treebf0b098c6a75e2b577f5c9b40bb8092be77a2bbd /src/ptty.c
parent93781eb2af7b9bf6b45dc6ddfbaa700104cb489a (diff)
downloadsympathy-980bd369ac8759c8a1df6fea7cbb5bfc8fee7afc.tar.gz
sympathy-980bd369ac8759c8a1df6fea7cbb5bfc8fee7afc.tar.bz2
sympathy-980bd369ac8759c8a1df6fea7cbb5bfc8fee7afc.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 1e3ce36..0c69a2b 100644
--- a/src/ptty.c
+++ b/src/ptty.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * 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 +145,7 @@ ptty_open (char *path, char *argv[])
case -1: /*boo hiss */
return NULL;
case 0: /*waaah */
- setenv ("TERM", "vt102", 1);
+ setenv ("TERM", "ansi", 1);
setenv ("LANG", "C", 1);
if (!path)
path = "/bin/sh";