Skip to content

Commit e25a051

Browse files
author
Ralph Castain
committed
Change the default sizes for opal_info output
Signed-off-by: Ralph Castain <[email protected]>
1 parent 51b4078 commit e25a051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opal/runtime/opal_info_support.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Copyright (c) 2010-2016 Los Alamos National Security, LLC. All rights
1515
* reserved.
1616
* Copyright (c) 2011-2012 University of Houston. All rights reserved.
17-
* Copyright (c) 2016 Intel, Inc. All rights reserved.
17+
* Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
1818
* Copyright (c) 2017 IBM Corporation. All rights reserved.
1919
* $COPYRIGHT$
2020
*
@@ -848,8 +848,8 @@ static char *escape_quotes(const char *value)
848848
* Private variables - set some reasonable screen size defaults
849849
*/
850850

851-
static int centerpoint = 24;
852-
static int screen_width = 78;
851+
static int centerpoint = 36;
852+
static int screen_width = 82;
853853

854854
/*
855855
* Prints the passed message in a pretty or parsable format.

0 commit comments

Comments
 (0)