You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please implement the code to load libcurses with dlopen, and call its clear function? Keep libcurses open for the duration of the program. if libcurses is not found, use system("clear") as a fallback.
"There are serious security concerns (what if a maalicious user replaces the clear program?)."
More insight here:
http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1031963460&id=1043284385
I tend to think it would be good to use the Curses library.
The text was updated successfully, but these errors were encountered: