-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
* 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).
Heh. I had to fix the documentation first... Tested on a new Mac (with iTerm2: looks fine. Standard macOS Terminal: ??? |
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. |
Honestly, I don’t know. This Mac is my first attempt to seriously use it. :-) |
Could you just try typing in |
It does not. |
You could also try appending |
Sorry, I still need mine ... |
See also #8 for screenshots. Can be worked around by enabling the solarized color scheme.
The text was updated successfully, but these errors were encountered: