VMS Help CC, Run-time functions, [w]standend *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Curses Screen Management function and macro that deactivate the boldface attribute for the specified window. The standend macro acts on the stdscr window. Syntax: #include <curses.h> int standend(void); int wstandend(WINDOW *win);
|