From d338f6d46af0d6b5e746203748ba7cc9242020cb Mon Sep 17 00:00:00 2001 From: james <> Date: Sun, 24 Feb 2008 00:47:14 +0000 Subject: *** empty log message *** --- apps/mainloop.c | 6 +++++- apps/sympathy.c | 7 ++++++- apps/usage.c | 10 ++++++---- 3 files changed, 17 insertions(+), 6 deletions(-) (limited to 'apps') diff --git a/apps/mainloop.c b/apps/mainloop.c index e674b2e..73b2236 100644 --- a/apps/mainloop.c +++ b/apps/mainloop.c @@ -6,10 +6,14 @@ * */ -static char rcsid[] = "$Id$"; +static char rcsid[] = + "$Id$"; /* * $Log$ + * Revision 1.11 2008/02/24 00:43:55 james + * *** empty log message *** + * * Revision 1.10 2008/02/23 13:05:57 staffcvs * *** empty log message *** * 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); } } diff --git a/apps/usage.c b/apps/usage.c index 114f81d..07da7fa 100644 --- a/apps/usage.c +++ b/apps/usage.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.9 2008/02/24 00:43:55 james + * *** empty log message *** + * * Revision 1.8 2008/02/24 00:42:53 james * *** empty log message *** * @@ -46,7 +49,7 @@ usage (void) fprintf (stderr, "Usage:\n" "sympathy -t [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u]\n" "sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u] [-F]\n" - " [-k skt] [-n hlines]\n" + " [-k skt] [-n hlines]\n" "sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u] [-k skt]\n" " [-n hlines]\n" "sympathy -c [-H] [-u] -k skt\n" @@ -89,9 +92,8 @@ usage (void) " -L log activity on the device to the file log\n" " -n hlines the number of lines of history to store in the\n" " server, that are replayed on connexion\n" - " -u don't emit utf-8 instead map all non ascii characters as ?\n" -); - + " -u don't emit utf-8 instead map all non ascii characters as ?\n"); + exit (1); } -- cgit v1.2.3