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

One of the values specified is wrong. #228

Closed
hymie0 opened this issue Dec 27, 2017 · 3 comments
Closed

One of the values specified is wrong. #228

hymie0 opened this issue Dec 27, 2017 · 3 comments

Comments

@hymie0
Copy link

hymie0 commented Dec 27, 2017

Sc-im - version 0.7.0 -- as far as I know, the latest version in trunk.

I have some colors set in my .scimrc file.

color "type=HEADINGS fg=WHITE bg=BLACK"
color "type=WELCOME fg=BLACK bg=YELLOW bold=0"
color "type=NORMAL fg=BLACK bg=DEFAULT_COLOR bold=0"
color "type=INPUT fg=BLUE bg=YELLOW bold=0"
color "type=MODE fg=BLACK bg=DEFAULT_COLOR bold=1"
color "type=CELL_CONTENT fg=BLACK bg=DEFAULT_COLOR bold=0"
color "type=CELL_FORMAT fg=BLACK bg=DEFAULT_COLOR bold=0"
color "type=CELL_ID fg=BLACK bg=DEFAULT_COLOR bold=1"
color "type=INFO_MSG fg=BLUE bg=DEFAULT_COLOR bold=1"

They appear to be working correctly as far as I can tell, and I get no errors or anything.

However, when I specifically run sc --version , I get this:

$ sc --version
Sc-im - version 0.7.0
-DNCURSES
-DMAXROWS 65536
-DUNDO
-DXLSX
-DDEFAULT_COPY_TO_CLIPBOARD_CMD="xclip -i -selection clipboard <"
-DDEFAULT_PASTE_FROM_CLIPBOARD_CMD="xclip -o -selection clipboard"
-DUSELOCALE
-DUSECOLORS
[...]
-DHAVE_PTHREAD
-DAUTOBACKUP
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.
One of the values specified is wrong. Please check the values of type, fg and bg.

There is one error line for each color entry in my .scimrc

Not sure if these are false-positive errors or if there is actually a problem of some kind.

@andmarti1424
Copy link
Owner

Will check. Thanks!

@andmarti1424
Copy link
Owner

Lets say its a false positive. Please update to latest commit and try again!

@hymie0
Copy link
Author

hymie0 commented Dec 27, 2017

Confirm, fixed. Thanks!

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

No branches or pull requests

2 participants