diff options
Diffstat (limited to 'apps/sympathy.c')
-rw-r--r-- | apps/sympathy.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/sympathy.c b/apps/sympathy.c index b24e6d0..b92dbe4 100644 --- a/apps/sympathy.c +++ b/apps/sympathy.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.13 2008/02/24 00:42:53 james + * *** empty log message *** + * * Revision 1.12 2008/02/23 11:48:52 james * *** empty log message *** * @@ -258,7 +261,7 @@ main (int argc, char *argv[]) "sympathy -c [-H] -k skt\n" "sympathy -r id [-H]\n" "sympathy {-l|-ls}\n" #endif - while ((c = getopt (argc, argv, "tscr:lKHd:pb:fL:Fk:n:")) != EOF) + while ((c = getopt (argc, argv, "utscr:lKHd:pb:fL:Fk:n:")) != EOF) { switch (c) { @@ -480,7 +483,7 @@ main (int argc, char *argv[]) else { terminal_register_handlers (); - ansi = ansi_new_from_terminal (terminal_open (0, 1)); + ansi = ansi_new_from_terminal (terminal_open (0, 1),oflags['u'] ? 0:1); ansi->reset (ansi, NULL); } } |