Disable nearest-color allocation on DirectColor visuals
authorPo Lu <luangruo@yahoo.com>
Fri, 11 Feb 2022 01:26:45 +0000 (09:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 11 Feb 2022 01:26:45 +0000 (09:26 +0800)
commit2469e036035f8f5baa78e1557c61df019d8fd572
treef97453d5224d82821b05d56ca559c6af949f7ed9
parent26eeca71fbb3ee76ad51d3b83b79992f165e5f06
Disable nearest-color allocation on DirectColor visuals

* src/xterm.c (x_alloc_nearest_color_1): Disable such allocation
on DirectColor.  The method we use can't possibly work there.
src/xterm.c