8051Enthusiast / biodiff

Hex diff viewer using alignment algorithms from biology
MIT License
821 stars 26 forks source link

Feature request: visualize cut columns #18

Open c0d3z3r0 opened 6 months ago

c0d3z3r0 commented 6 months ago

When setting a specific column count, columns are silently cut off if the window width is too small. It might be a good idea to visualize that somehow, e.g. by printing .. or > in the last printable column.

image image

8051Enthusiast commented 6 months ago

Oh yeah good idea, I actually wanted to put that in the previous release but then I forgot to implement it. I'll probably use > (or < dependenging on RTL mode)