mirror of https://github.com/dirtbags/netarch.git
Remove bracket char, doesnt work well in all fonts
This commit is contained in:
parent
8994b9b5ca
commit
d0b33d6ec5
|
@ -97,9 +97,9 @@ class HexDumper:
|
||||||
self.output.write(' '.join(self.hexes[:8]))
|
self.output.write(' '.join(self.hexes[:8]))
|
||||||
self.output.write(' ')
|
self.output.write(' ')
|
||||||
self.output.write(' '.join(self.hexes[8:]))
|
self.output.write(' '.join(self.hexes[8:]))
|
||||||
self.output.write(' ┆')
|
self.output.write(' ')
|
||||||
self.output.write(''.join(self.chars))
|
self.output.write(''.join(self.chars))
|
||||||
self.output.write('┆\n')
|
self.output.write('\n')
|
||||||
|
|
||||||
self.hexes = []
|
self.hexes = []
|
||||||
self.chars = []
|
self.chars = []
|
||||||
|
|
Loading…
Reference in New Issue