View | Details | Raw Unified | Return to bug 239775
Collapse All | Expand All

(-)files/patch-pretty.c (+15 lines)
Line 0 Link Here
1
--- pretty.c.orig	2019-08-11 09:15:53.733019000 +0200
2
+++ pretty.c	2019-08-11 09:16:23.518979000 +0200
3
@@ -11,9 +11,9 @@
4
 #include "config.h"
5
 #include "drm_info.h"
6
 
7
-#define L_LINE "│   "
8
-#define L_VAL  "├───"
9
-#define L_LAST "└───"
10
+#define L_LINE "|   "
11
+#define L_VAL  "+---"
12
+#define L_LAST "+---"
13
 #define L_GAP  "    "
14
 
15
 static uint64_t get_object_uint64(struct json_object *obj)

Return to bug 239775