>>993131
>beyond retarded
writing to the terminal is slow.
writing to memory is fast.
what ncurses and let you do is
1. you normally write to memory
2. you say when the screen should be updated
3. a diffing algorithm is used to make only the needed updates, and to make them in an optimal manner, rather than f.e. clear and redraw the screen