Page 1 of 1

Display Option to Compress Redundant Lines

Posted: 05 Jul 2019 16:11
by maddes_b
Add an option to compress the display of redundant lines according to the current bytes per line.

Example with 15 bytes per line:

Code: Select all

00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
...would become...

Code: Select all

00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00
...
00 10 00 00 00 00 00 00 00 00 00 00 0F 00 00

Re: Display Option to Compress Redundant Lines

Posted: 04 Jun 2020 20:33
by drdoc
+1