Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. 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);