diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-16 15:13:39 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-16 15:13:39 +0300 |
commit | 327d749ce03d25897447ec36ed4c46c0da4a72cb (patch) | |
tree | 198eeb70efeb62386a9735ee9a26230a16085f3b /configure.ac | |
parent | 24b08dac99804bed30824e9becb6f773d5db1874 (diff) | |
download | sciteco-327d749ce03d25897447ec36ed4c46c0da4a72cb.tar.gz |
further improved monochrome terminal support: fixed reverse text on reverse backgrounds
* Unfortunately we cannot use `wbkgdset(win, A_REVERSE)` if we plan to
use reverse text on this background, i.e. if we want to cancel out the background A_REVERSE.
* SciTECO therefore no longer uses background attributes, but only foreground attributes.
When setting a reverse text, we XOR A_REVERSE into the previous attributes.
* This fixes control characters especially in the info line and popups, as well as rendering
of the popup scroll bars.
* The command-line should now be rendered properly even on a dark-on-bright color theme
(which does not yet exist).
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions