diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/pstree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pstree.c b/procps/pstree.c index 54a910f76..180d0939a 100644 --- a/procps/pstree.c +++ b/procps/pstree.c | |||
@@ -373,7 +373,7 @@ int pstree_main(int argc UNUSED_PARAM, char **argv) | |||
373 | 373 | ||
374 | INIT_G(); | 374 | INIT_G(); |
375 | 375 | ||
376 | get_terminal_width_height(1, &G.output_width, NULL); | 376 | get_terminal_width_height(0, &G.output_width, NULL); |
377 | 377 | ||
378 | opt_complementary = "?1"; | 378 | opt_complementary = "?1"; |
379 | getopt32(argv, "p"); | 379 | getopt32(argv, "p"); |