mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
a46d33de2b
With the recent change to enable pretty print on all the log lines in the current view, 'lnav' adds extra new lines between all the normal log lines. This change removes the extra new lines.
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
<ns1:foo> <elem attr1=xyz attr2="123"> </elem> <closed />
|
|
key 0:0
|
|
xmlo 0:9 ^-------^ <ns1:foo>
|
|
pair 0:9 ^-------^ <ns1:foo>
|
|
key 12:12 ^
|
|
xmlo 12:40 ^--------------------------^ <elem attr1=xyz attr2="123">
|
|
pair 12:40 ^--------------------------^ <elem attr1=xyz attr2="123">
|
|
key 42:42 ^
|
|
xmlc 42:49 ^-----^ </elem>
|
|
pair 42:49 ^-----^ </elem>
|
|
key 51:51 ^
|
|
xmlt 51:61 ^--------^ <closed />
|
|
pair 51:61 ^--------^ <closed />
|
|
|
|
--
|
|
<ns1:foo>
|
|
|
|
<elem attr1=xyz attr2="123"> </elem>
|
|
|
|
<closed />
|