aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sympathy.c
diff options
context:
space:
mode:
authorjames <>2008-02-24 00:47:14 +0000
committerjames <>2008-02-24 00:47:14 +0000
commitd338f6d46af0d6b5e746203748ba7cc9242020cb (patch)
tree3400ccf8db2c56670adfff5ced8a236d936b7588 /apps/sympathy.c
parent3240b828391da405d093356eae0b90af5abc7a32 (diff)
downloadsympathy-d338f6d46af0d6b5e746203748ba7cc9242020cb.tar.gz
sympathy-d338f6d46af0d6b5e746203748ba7cc9242020cb.tar.bz2
sympathy-d338f6d46af0d6b5e746203748ba7cc9242020cb.zip
*** empty log message ***
Diffstat (limited to 'apps/sympathy.c')
-rw-r--r--apps/sympathy.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/sympathy.c b/apps/sympathy.c
index b92dbe4..13b54ef 100644
--- a/apps/sympathy.c
+++ b/apps/sympathy.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.14 2008/02/24 00:43:55 james
+ * *** empty log message ***
+ *
* Revision 1.13 2008/02/24 00:42:53 james
* *** empty log message ***
*
@@ -483,7 +486,9 @@ main (int argc, char *argv[])
else
{
terminal_register_handlers ();
- ansi = ansi_new_from_terminal (terminal_open (0, 1),oflags['u'] ? 0:1);
+ ansi =
+ ansi_new_from_terminal (terminal_open (0, 1),
+ oflags['u'] ? 0 : 1);
ansi->reset (ansi, NULL);
}
}