Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   attr_get.3x    ( 3 )

подпрограммы библиотеки Curses для управления атрибутами символов и окон (curses character and window attribute control routines)

Синопсис (Synopsis)

#include <curses.h>

int attr_get(attr_t *attrs, short *pair, void *opts); int wattr_get(WINDOW *win, attr_t *attrs, short *pair, void *opts); int attr_set(attr_t attrs, short pair, void *opts); int wattr_set(WINDOW *win, attr_t attrs, short pair, void *opts);

int attr_off(attr_t attrs, void *opts); int wattr_off(WINDOW *win, attr_t attrs, void *opts); int attr_on(attr_t attrs, void *opts); int wattr_on(WINDOW *win, attr_t attrs, void *opts);

int attroff(int attrs); int wattroff(WINDOW *win, int attrs); int attron(int attrs); int wattron(WINDOW *win, int attrs); int attrset(int attrs); int wattrset(WINDOW *win, int attrs);

int chgat(int n, attr_t attr, short pair, const void *opts); int wchgat(WINDOW *win, int n, attr_t attr, short pair, const void *opts); int mvchgat(int y, int x, int n, attr_t attr, short pair, const void *opts); int mvwchgat(WINDOW *win, int y, int x, int n, attr_t attr, short pair, const void *opts);

int color_set(short pair, void* opts); int wcolor_set(WINDOW *win, short pair, void* opts);

int standend(void); int wstandend(WINDOW *win); int standout(void); int wstandout(WINDOW *win);