chiark / gitweb /
*** empty log message ***
authorjames <james>
Sun, 24 Feb 2008 00:42:53 +0000 (00:42 +0000)
committerjames <james>
Sun, 24 Feb 2008 00:42:53 +0000 (00:42 +0000)
apps/sympathy.c
apps/usage.c
src/serial.c

index 13b54ef7938ef242740409ebbb45bf9e35af7655..b92dbe473978040f6f541615ff6a567c5ba758ed 100644 (file)
@@ -11,9 +11,6 @@ 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 ***
  *
@@ -486,9 +483,7 @@ 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);
         }
     }
index 07da7faebafcbc324680586f667c50933813504d..114f81d4bd4cbeea7029da2c12d0de8ed591380a 100644 (file)
@@ -10,9 +10,6 @@ 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 ***
  *
@@ -49,7 +46,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"
@@ -92,8 +89,9 @@ 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);
 }
index ab06e60ecaafb6b1420a8c2781c8149f20411e66..1044bb25d14c6415b4a686e2d87e38ad9914c5b0 100644 (file)
@@ -6,13 +6,11 @@
  *
  */
 
-static char rcsid[] = "$Id$";
+static char rcsid[] =
+  "$Id$";
 
 /*
  * $Log$
- * Revision 1.10  2008/02/24 00:47:14  james
- * *** empty log message ***
- *
  * Revision 1.9  2008/02/24 00:42:53  james
  * *** empty log message ***
  *