Comment 10 for bug 559855

Revision history for this message
Marc-Antoine Perennou (keruspe) wrote :

actually, when cursor_color is set in my config file :

keruspe@Lou ~ % terminator -d 2>&1 | grep cursor
ConfigBase::get_item: ConfigBase::get_item: cursor_color found in profile default: #00009671dc28
ConfigBase::get_item: ConfigBase::get_item: cursor_shape found in profile default: underline
ConfigBase::get_item: ConfigBase::get_item: cursor_blink found in profile default: False

but cursor background is black (as my background) and cursor foreground is the color its background should be.
then, if I set cursor_color = without any value in my config file, its background color is the one from the main foreground color and it foreground color is black :

keruspe@Lou ~ % terminator -d 2>&1 | grep cursor
ConfigBase::get_item: ConfigBase::get_item: cursor_color found in profile default:
ConfigBase::get_item: ConfigBase::get_item: cursor_shape found in profile default: block
ConfigBase::get_item: ConfigBase::get_item: cursor_blink found in profile default: False

What I meant for 0.91 is that, because of the background not working properly and being a light-colored one, I could see a black cursor on it. It's not really working properly because it should be in another color, but I can see it.

As a workaround for now I'll keep an empty string as my cursor_color