Skip to content

Commit d3e2b06

Browse files
committed
Fix XTerm output.
1 parent 5225889 commit d3e2b06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/toolbox/format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def __init__(self, output=None):
120120
metadata: self.DIM, # Type tag brackets <>
121121
address: self.MAGENTA, # Memory addresses in type tags
122122
type: self.CYAN, # Type names (T_ARRAY, VALUE, etc.)
123-
value_style: '',
124123
string: self.GREEN,
125124
number: self.CYAN,
126125
symbol: self.YELLOW,

0 commit comments

Comments
 (0)