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
Applescript support for getting/setting ANSI colors #10
Conversation
{ | ||
if (color == nil) return; | ||
|
||
[self setColorTable:0 color:color]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect indentation for these lines (should be indented 4 spaces)
Thanks for making the changes. Just address the one line comment I added and it can be pulled. |
Changed to be in style with the coding guidelines. |
Applescript support for getting/setting ANSI colors
Thanks a lot! |
@gnachman Did this ever land in master? Edit: I don't think it did. Is this something that could land in |
Yow, forgot about the dev branch :( |
Cool, thanks! |
As discussed here, I've updated the code to match the coding guidelines and used the
dev
branch.Cheers