On Sun Jan 7 20:56:07 2024 +0000, Nikolay Sivov wrote:
If this really needs a function argument, which is questionable, it might as well use style bit directly as that argument.
Well, I want to repeat the test for different styles, with different results. I could use the style as argument and use `BOOL sort = style & CSB_SORT;` if that's better? Or how would you do it?