Hello, I plan on making a multi comparison program. It will compare multiple files by displaying N number of files in a grid where N = X * Y. X and Y are the width and height of the grid elements. Easy enough, I know how to do this pretty much.
The question: How do and in what way is best to highlight individual characters in each of these grid elements? I plan on highlighting matching text that is found in the same position.