diff options
author | james <> | 2008-02-24 00:42:53 +0000 |
---|---|---|
committer | james <> | 2008-02-24 00:42:53 +0000 |
commit | 3240b828391da405d093356eae0b90af5abc7a32 (patch) | |
tree | f4dff70c3bc9ca1da2d855fe512571ff4a6ea29d /apps/sympathy.c | |
parent | 667353b64b552aff9e785a20ee915fb343a0dac9 (diff) | |
download | sympathy-3240b828391da405d093356eae0b90af5abc7a32.tar.gz sympathy-3240b828391da405d093356eae0b90af5abc7a32.tar.bz2 sympathy-3240b828391da405d093356eae0b90af5abc7a32.zip |
*** empty log message ***
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); } } |