Add support for VT102 cursor color

I was using cursor color to indicate shell modes and discovered that Konsole doesn’t support it. I searched Vt102Emulation.cpp to verify.

It supports other Operating System Control sequences such as 10 & 11 for fg & bg color respectively, but not 12 for cursor color.

Example: open XTerm, paste: printf ‘\033]12;red\a’

This feature was added 14/Sep/2024 in commit a213c3df04cd608f6db7e2ae6d407f4c420cc431