The yellow text in the screenshot is my Xresources:white (37m) color and the white text is my Xresources:brightwhite color. For instance the line That jacket's too small for you. in the screenshot is coded (in one of the ".dict" files) like that: <ex> That jacket's too small <b>for</b> you. </ex> So colors are broken too. Perhaps it would be safer to just make such parts italic instead of colourized.
A minor glitch in an otherwise very functional utility. I'm grateful for your work.
https://github.com/Dushistov/sdcv/blob/d054adb37c635ececabc31b147c968a480d1891a/src/libwrapper.cpp#L39
The yellow text in the screenshot is my Xresources:white (37m) color and the white text is my Xresources:brightwhite color. For instance the line
That jacket's too small for you.
in the screenshot is coded (in one of the ".dict" files) like that:<ex> That jacket's too small <b>for</b> you. </ex>
So colors are broken too. Perhaps it would be safer to just make such parts italic instead of colourized.A minor glitch in an otherwise very functional utility. I'm grateful for your work.