This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* It's no joke as developers keep struggling with displaying unicode (emoji) characters on an Ncurses screen, I also faced it. | |
* After dozens of research [is it actually dozens? :)], here's what I finally came up with that brought smile to my hard research. | |
* At least time spent on research was not in vain. Yeah, so I'm making this gist for those C developers out there who are also on the struggle, | |
* and probably about to give up, but they love ncurses!! Of course, I almost gave up ncurses. Alright, the work around is below: | |
* | |
* | |
* ## C program to print emoji characters using Ncurses + Termbox | |
* | |
* **main.c** | |
*/ |