aboutsummaryrefslogtreecommitdiffhomepage
path: root/m4
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-16 15:13:39 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-16 15:13:39 +0300
commit327d749ce03d25897447ec36ed4c46c0da4a72cb (patch)
tree198eeb70efeb62386a9735ee9a26230a16085f3b /m4
parent24b08dac99804bed30824e9becb6f773d5db1874 (diff)
downloadsciteco-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 'm4')
0 files changed, 0 insertions, 0 deletions