Agata Naomichi
Agata Naomichi
Sorry, I missed this issue. I think your purpose is to run the following code in Crystal, right? ```c #include #include int main() { initscr(); use_default_colors(); printw("default color\n"); start_color(); init_pair(1,...
hmm... I just tried to pass -1 to `init_pair` now, but it doesn't work well. Would you try https://github.com/agatan/ncurses.cr/pull/8 ?
Thank you for your feedback and feature request! I'm really sorry for my late reply... Actually, I also want to use the feature you requested. I've planned to implement it,...
Thank you for the clarification. I will use getGraphQLContext() from now on. As I’m new to this framework, I’m not yet comfortable enough to contribute to the documentation updates. I...