|
C-Menu 0.2.9
A User Interface Toolkit
|
The SIO structure encapsulates various aspects of the terminal's state and configuration, including color management, file pointers, and terminal device information. More...
#include <cm.h>
The SIO structure encapsulates various aspects of the terminal's state and configuration, including color management, file pointers, and terminal device information.
| char SIO::bblack[COLOR_LEN] |
color code for bold black
Definition at line 640 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bblue[COLOR_LEN] |
color code for bold blue
Definition at line 644 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bcyan[COLOR_LEN] |
color code for bold cyan
Definition at line 646 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bg[COLOR_LEN] |
| char SIO::bg_clr_x[COLOR_LEN] |
background color index
Definition at line 652 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::bgreen[COLOR_LEN] |
color code for bold green
Definition at line 642 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::black[COLOR_LEN] |
color code for black
Definition at line 631 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::blue[COLOR_LEN] |
color code for blue
Definition at line 635 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| double SIO::blue_gamma |
blue gamma correction value
Definition at line 629 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| char SIO::bmagenta[COLOR_LEN] |
color code for bold magenta
Definition at line 645 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bo_clr_x[COLOR_LEN] |
bold color index
Definition at line 653 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::borange[COLOR_LEN] |
color code for bold orange
Definition at line 648 of file cm.h.
Referenced by dump_config(), init_clr_palette(), and parse_config().
| char SIO::bred[COLOR_LEN] |
color code for bold red
Definition at line 641 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::bwhite[COLOR_LEN] |
color code for bold white
Definition at line 647 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::byellow[COLOR_LEN] |
color code for bold yellow
Definition at line 643 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| int SIO::cp_reverse_highlight |
| char SIO::cyan[COLOR_LEN] |
color code for cyan
Definition at line 637 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::fg_clr_x[COLOR_LEN] |
foreground color index
Definition at line 651 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| double SIO::gray_gamma |
gray gamma correction value
Definition at line 630 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| char SIO::green[COLOR_LEN] |
color code for green
Definition at line 633 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| double SIO::green_gamma |
green gamma correction value
Definition at line 628 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| char SIO::ln_bg_clr_x[COLOR_LEN] |
line number background index
Definition at line 655 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::ln_clr_x[COLOR_LEN] |
line number color index
Definition at line 654 of file cm.h.
Referenced by dump_config(), init_clr_palette(), mapp_initialization(), parse_config(), and write_config().
| char SIO::magenta[COLOR_LEN] |
color code for magenta
Definition at line 636 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::orange[COLOR_LEN] |
color code for orange
Definition at line 639 of file cm.h.
Referenced by dump_config(), and parse_config().
| char SIO::red[COLOR_LEN] |
color code for red
Definition at line 632 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| double SIO::red_gamma |
red gamma correction value
Definition at line 627 of file cm.h.
Referenced by dump_config(), open_curses(), parse_config(), and write_config().
| int SIO::stdin_fd |
| int SIO::stdout_fd |
| char SIO::tty_name[MAXLEN] |
| char SIO::white[COLOR_LEN] |
color code for white
Definition at line 638 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().
| char SIO::yellow[COLOR_LEN] |
color code for yellow
Definition at line 634 of file cm.h.
Referenced by dump_config(), init_clr_palette(), parse_config(), and write_config().