Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
curses_standout, standout, standend, wstandout, wstandend — curses standout attribute manipulation routinesLIBRARY
Curses Library (libcurses, -lcurses)SYNOPSIS
#include <curses.h>standout(void);
standend(void);
wstandout(WINDOW *win);
wstandend(WINDOW *win);