> -) may impact existing 88/256-color users > > When 24-bit and 256-color applications run in the same window, either > in parallel (in tmux) or one-after-the-other, the latter's appearance > may be slightly impacted by the former, if they happen to use similar > colors. It'll be a less problem when the remaining applications join > the 24-bit camp in future.
That side effect can be avoided at no cost in 256-color mode, where there is enough space to create a hidden cube/pallete for the dynamic 24-bit colors: when USE_256_COLORS==1, RS_colorMask=511 which is much larger than maxTermCOLOR =~ 260. The same for 88-color mode, if we can take 1 bit from fonts to colors. Thanks, Fengguang _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/rxvt-unicode
