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

Problem visualizing special characters on my customed project #7

Closed
josemarial16 opened this issue May 10, 2022 · 4 comments
Closed

Comments

@josemarial16
Copy link

Hi, I am trying to add a network protocol in your code in order to control it remotely. I configured this using cmake and cmakelist to add all the libraries which i need. But, when it compiled and everything was looking good, it didnt show special characters correctly represented. Thanks from a desperate student!

InkedWhatsApp Image 2022-05-09 at 7 12 52 PM_LI

@k-vernooy
Copy link
Owner

Excited someone's working on this, sorry for the late response! If I recall correctly, this issue is because you're linking against the library ncurses instead of ncursesw. It has been a while since I last looked at this project, though, so please let me know if that's not the issue!

@josemarial16
Copy link
Author

Hi k-vernooy! Yes, the problem was the library that I needed to use so it get solved when I added "-lncursesw" in the target libraries of the CMakeFile.txt. Thanks for your answer, tetris is looking so good now and I achieved to control it with a tactile internet protocol !

@k-vernooy
Copy link
Owner

Glad to hear it!

@DUOLabs333
Copy link

I have the same problem, but I have ncursesw installed.

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

No branches or pull requests

3 participants