Deactivate the boldface attribute for the specified window. The
standend function operates on the stdscr window.
Format
#include <curses.h>
int standend (void);
int wstandend (WINDOW *win);
Argument
- win
- A pointer to the window.
Description
The standend and wstandend functions are equivalent to clrattr
and wclrattr called with the attribute _BOLD.
Return Values
| OK | Indicates success. |
| ERR | Indicates an error. |
Previous Page | Next Page | Table of Contents | Index