Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colors wrong on Mac OS terminal emulators #12

Open
rhaberkorn opened this issue Dec 2, 2022 · 7 comments
Open

Colors wrong on Mac OS terminal emulators #12

rhaberkorn opened this issue Dec 2, 2022 · 7 comments
Assignees

Comments

@rhaberkorn
Copy link
Owner

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

@rhaberkorn rhaberkorn self-assigned this Dec 2, 2022
rhaberkorn added a commit that referenced this issue Apr 16, 2023
* actually everything is updated to their current HEADs but the aforementioned versions are close.
* Scintilla uses threads now, so we added checks for pthread.
  To be on the safe side, we imported AX_PTHREAD from the Autoconf archives.
  The flags are kept out of the ordinary build system, though and used only for compiling Scintilla
  and for linking.
  SciTECO may also use threads, but via Glib.
* Scinterm removed SCI_COLOR_PAIR(), so we re-added it to src/interface-curses/interface.c.
* There is an Asciidoc lexer now.
* The <Ix$> interruption bug (see TODO) is not fixed by this upgrade.
  Perhaps the Mac OS version runs better now. Feedback is needed (refs #12).
@dertuxmalwieder
Copy link

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
Copy link
Owner Author

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
Copy link

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
Copy link
Owner Author

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

@dertuxmalwieder
Copy link

It does not.

@rhaberkorn
Copy link
Owner Author

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
Copy link

Sorry, I still need mine ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants