alacritty/alacritty_terminal
Kirill Chibisov 9a159a7760 Fix cursor color setting with escape sequence
The cursor rework introduced a regression where cursor color was always picked
from a config file, rather then using `ansi::NamedColor::Cursor` for this
purpose.

This commit also removes `CursorText` option from `NamedColor` enum,
since we can't speculate with `CursorText` during runtime.

Cursor rework commits:
  cfc20d4f34
  371d13f8ef
  0d060d5d80
2019-07-10 21:24:04 +00:00
..
src Fix cursor color setting with escape sequence 2019-07-10 21:24:04 +00:00
tests Fix row occ not set during new and reset 2019-07-10 21:17:20 +00:00
Cargo.toml Fix saving of ref tests 2019-07-07 14:51:11 +00:00
build.rs Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00