Set showthread = 0 for w(1).

X-MFC:	together with r245610
This commit is contained in:
Xin LI 2013-01-18 23:54:27 +00:00
parent b18943f3b4
commit c3a1bb32f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245633

View File

@ -96,6 +96,7 @@ static int nflag; /* true if -n flag: don't convert addrs */
static int dflag; /* true if -d flag: output debug info */
static int sortidle; /* sort by idle time */
int use_ampm; /* use AM/PM time */
int showthreads = 0;/* will threads be shown? */
static int use_comma; /* use comma as floats separator */
static char **sel_users; /* login array of particular users selected */