rhaberkorn / sciteco

Advanced TECO dialect and interactive screen editor based on Scintilla
https://rhaberkorn.github.io/sciteco/
GNU General Public License v3.0
47 stars 6 forks source link

Colors wrong on Mac OS terminal emulators #12

Open rhaberkorn opened 1 year ago

rhaberkorn commented 1 year ago

See also #8 for screenshots. Can be worked around by enabling the solarized color scheme.

dertuxmalwieder commented 1 year ago

Heh. I had to fix the documentation first...

Tested on a new Mac (with --no-profile because of #13 (for now)), compiled just now:

iTerm2: looks fine.

Bildschirmfoto 2023-04-17 um 04 27 17

Standard macOS Terminal: ???

Bildschirmfoto 2023-04-17 um 04 26 53
rhaberkorn commented 1 year ago

iTerm2: looks fine.

Nice. Is this new or was it always fine under iTerm2?

Perhaps, I will simply prepare a patch for you on top of terminal.tes, so it initializes colors explicitly. Just as a workaround. It's probably enough to tell it that black is really black. This apparently works considering that solarized.tes looks fine.

dertuxmalwieder commented 1 year ago

Nice. Is this new or was it always fine under iTerm2?

Honestly, I don’t know. This Mac is my first attempt to seriously use it. :-)

rhaberkorn commented 1 year ago

Could you just try typing in 0,0,3EJ in interactive mode? Does that coincidentally fix the screwed up colors?

dertuxmalwieder commented 1 year ago

It does not.

rhaberkorn commented 1 year ago

You could also try appending 0,0,3EJ to .teco_ini. Other than that, I am back to zero. I need access to a Mac to try things out myself.

dertuxmalwieder commented 1 year ago

Sorry, I still need mine ...