Questions tagged as 'ncurses'

1
answer

What is raw () in ncurses.h?

Recently I'm trying to learn more about the ncurses library and I came across some codes that use raw(); When I took it to test what happened, it did not change anything, the code compiled and worked perfectly. So why does raw () exist? Wha...
asked by 10.05.2018 / 23:19
0
answers

Refresh behavior (nCurses)

I've been studying the ncurses library recently and I ended up with a question: What exactly does the refresh function do? Searching a little I understood that it should update the screen, showing the output formatted. Basically I would make...
asked by 10.11.2018 / 15:41