I'm developing a 6502 emulator in C and I want make a interface similar to the one of fzf, something like this:
notice that the interface doesn't clear the entire screen. I want to make something brief like that but to dump the most important registers of the CPU, etc.
I've already tried with ncurses but it always clears the screen.