File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
* Copyright (c) 2010-2016 Los Alamos National Security, LLC. All rights
15
15
* reserved.
16
16
* 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.
18
18
* Copyright (c) 2017 IBM Corporation. All rights reserved.
19
19
* $COPYRIGHT$
20
20
*
@@ -848,8 +848,8 @@ static char *escape_quotes(const char *value)
848
848
* Private variables - set some reasonable screen size defaults
849
849
*/
850
850
851
- static int centerpoint = 24 ;
852
- static int screen_width = 78 ;
851
+ static int centerpoint = 36 ;
852
+ static int screen_width = 82 ;
853
853
854
854
/*
855
855
* Prints the passed message in a pretty or parsable format.
You can’t perform that action at this time.
0 commit comments