-
-
Notifications
You must be signed in to change notification settings - Fork 216
Nocurses stuck #697
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
Comments
I believe you're overriding the |
Yeah, at first it go stuck (Like even QUIT didn't exit) but now its segmentation fault. I'm tring to learn how to use sc-im without curses and also create more sc-im tutorials |
could you share your scimrc file and the file your loading (if there is one)? thanks. |
I'm not opening any file but here's my config file.
set autobackup=60 MAPPINGSnmap "Fy" ":int rebuild_graph" cnoremap "<C-h>" "" INTERFACEDEFINE_COLOR "grey" 125 125 125 color "type=HEADINGS fg=BLACK bg=BLUE" |
Yes. Thats the problem. The May be the solution would be to not allow setting that in the scimrc it if its already passed as argv.. |
Well, generally command line argument overide configuration options. Yeah, I think command line args should take preceedence over config options. |
I commited a change to dev branch to now allow overloading nocurses that way. It should not crash anymore. |
Thanks, that was quick. Works perfect. Closing this issue |
sc-im ran with options --nocurses option get stuck if nocurses=0 is set in the configuration file.
The text was updated successfully, but these errors were encountered: