Przeglądaj źródła

Fixed a bug with cmdline param -t

svn: 115
Bryan Drewery 23 lat temu
rodzic
commit
7eaf6c50ed
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/main.c

+ 2 - 2
src/main.c

@@ -97,7 +97,7 @@ int	backgrd = 1;		/* Run in the background? */
 int	con_chan = 0;		/* Foreground: constantly display channel
 				   stats? */
 uid_t   myuid;
-int	term_z = 1;		/* Foreground: use the terminal as a party
+int	term_z = 0;		/* Foreground: use the terminal as a party
 				   line? */
 
 int pscloak = 1;
@@ -552,7 +552,7 @@ static void dtx_arg(int argc, char *argv[])
 	backgrd = 0;
 	break;
       case 't':
-        term_z = 0;
+        term_z = 1;
         break;
       case 'e':
         if (argv[optind])